Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.17 KB

README.md

File metadata and controls

31 lines (27 loc) · 1.17 KB

Djantonio

Samples for CS50 Web 2020

Learning environment

  • macOS Catalina 10.15.7
  • Python 3.9.5

How to setup

After download Python,

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
pip3 install Django

How to start server

cd Djantonio
python3 manage.py migrate
python3 manage.py runserver

How to create admin user

python3 manage.py createsuperuser

http://localhost/admin