-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
62ee2c6
commit f646852
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ pip install -r requirements.txt | |
# How to automate createsuperuser on django | ||
# https://stackoverflow.com/questions/6244382/how-to-automate-createsuperuser-on-django/59467533#59467533 | ||
# python manage.py shell -c "from django.contrib.auth import get_user_model; get_user_model().objects.create_user('[email protected]', 'game1986')" | ||
python app/manage.py collectstatic --no-input | ||
python app/manage.py migrate | ||
python manage.py collectstatic --no-input | ||
python manage.py migrate | ||
|
||
python app/manage.py drop_test_database --noinput | ||
python app/manage.py test | ||
python manage.py drop_test_database --noinput | ||
python manage.py test |