-
Notifications
You must be signed in to change notification settings - Fork 0
Install
RyoJima edited this page Jul 24, 2020
·
2 revisions
Welcome to the wadachi wiki!
asgiref==3.2.10
Django==3.0.8
pytz==2020.1
sqlparse==0.3.1
git pull
source myvenv/bin/activate
python manage.py migrate
python manage.py runserver
スーパーユーザーを作る時は
python manage.py createsuperuser
その後 http://127.0.0.1:8000/admin/
をブラウザで開くと,ログインページが出てくる.
困ったらこのページ.