Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 850 Bytes

README.md

File metadata and controls

33 lines (28 loc) · 850 Bytes

#AwesomeDev

##Prepare

pip install django
pip install django-bootstrap3
pip install django-fontawesome

Run

if starting for the first time, run the following:

$ python manage.py makemigrations mainapp
$ python manage.py migrate

to start the application:

$ python manage.py runserver

-> The running application can be reached at http://127.0.0.1:8000/mainapp.

To provide data visit http://127.0.0.1:8000/admin you may need an admin user:

$ python manage.py createsuperuser

Libs