Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
fc735536
Verified
Commit
fc735536
authored
Feb 24, 2019
by
Sébastiaan Versteeg
Browse files
Add createfixtures to README
parent
ccbbe9f7
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
fc735536
...
...
@@ -18,7 +18,8 @@ If you use Docker, please look at [this part](#docker) of the README.
5.
`cd website`
6.
`./manage.py migrate`
to initialise the database
7.
`./manage.py createsuperuser`
to create the first user (note that this user won't be a member!)
8.
`./manage.py runserver`
to run a testing server
8.
`./manage.py createfixtures -a`
to generate a bunch of test data
9.
`./manage.py runserver`
to run a testing server
Testing and linting
-------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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