Skip to content

katsut/python-apps-django

Repository files navigation

python-apps-django

サーバーの起動

python manage.py runserver

止めるときは control と c キーを同時押し

deploy to Railway

pip install gunicorn whitenoise psycopg
pip freeze > requirements.txt

スーパーユーザーを登録

新しく作る

python manage.py createsuperuser

パスワードを変える

python manage.py changepassword admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors