Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 398 Bytes

File metadata and controls

22 lines (13 loc) · 398 Bytes

WebShop

Required packages

python -m pip install Django
python -m pip install Pillow

Commands

run server python manage.py runserver

create database tables python manage.py migrate

make migrations for app python manage.py makemigrations appname

delete databasse python manage.py flush

create admin python manage.py createsuperuser

get shell python manage.py shell