#AwesomeDev
##Prepare
pip install django
pip install django-bootstrap3
pip install django-fontawesomeif starting for the first time, run the following:
$ python manage.py makemigrations mainapp
$ python manage.py migrateto 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