'https://local-library-website-jwpbanawan.c9users.io/' and the admin page from 'https://local-library-website-jwpbanawan.c9users.io/admin'.
In case you want to run your Django application from the terminal just run:
-
Run syncdb command to sync models to database and create Django's default superuser and auth system
$ python manage.py migrate
-
Run Django
$ python manage.py runserver $IP:$PORT
Tutorial in creating this website: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/skeleton_website
1.) Register app in settings.py under 'INSTALLED_APPS'
2.) Hookup the url mapper
1.) migrate the workspace
2.) Config the settings.py
Check if:
Database is set correctly
Timezone is set correctly
Debug is set to true (for development)
Thats about it. ehe