Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 231 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 231 Bytes

hello-django

Commands

  • django-admin startproject <project_name> .
  • django-admin startapp
  • python manage.py runserver
  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py createsuperuser