Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hackinscience
hkis-website
Commits
f23759c5
Unverified
Commit
f23759c5
authored
Oct 03, 2021
by
Julien Palard
Browse files
fixtures: Give Lisa a name.
parent
f4f15bcb
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
README.md
View file @
f23759c5
...
@@ -50,7 +50,7 @@ pip install -r requirements.txt
...
@@ -50,7 +50,7 @@ pip install -r requirements.txt
./manage.py migrate
./manage.py migrate
./manage.py loaddata initial # To get some users and exercises
./manage.py loaddata initial # To get some users and exercises
# (Initial data can be updated using:
# (Initial data can be updated using:
./manage.py dumpdata -e contenttypes -e auth
.Permission
-e sessions
.session >
website/fixtures/initial.json)
./manage.py dumpdata -e contenttypes -e auth -e sessions
-o
website/fixtures/initial.json)
./manage.py createsuperuser
./manage.py createsuperuser
./manage.py runserver
./manage.py runserver
```
```
...
...
website/fixtures/initial.json
View file @
f23759c5
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment