1 2 3 4 5 6 7 8 9 10 11 |
django-admin startproject projectname python3 manage.py makemigrations python3 manage.py migrate python3 manage.py startapp home python3 manage.py runserver python3 manage.py createsuperuser python3 manage.py dbshell |
The complete guide to the beginners as well as to the experienced Web Developers
1 2 3 4 5 6 7 8 9 10 11 |
django-admin startproject projectname python3 manage.py makemigrations python3 manage.py migrate python3 manage.py startapp home python3 manage.py runserver python3 manage.py createsuperuser python3 manage.py dbshell |
More Stories