Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 292 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 292 Bytes

install django

pip install django

create project

django-admin startproject {project_name}

create app

python manage.py startapp {appname}

create superuser

python manage.py createsuperuser

License

See LICENSE.

TEST