Skip to content

SumitKa/AwesomeDev

Repository files navigation

#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

About

Team Awesome Devs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published