mirror of
https://github.com/pretix/pretix.git
synced 2026-08-26 13:14:40 +00:00
Add a user settings form
This commit is contained in:
@@ -41,13 +41,11 @@ Then, create the local database::
|
||||
|
||||
python manage.py migrate
|
||||
|
||||
If you need some test data, run::
|
||||
A first user with username ``admin@localhost`` and password ``admin`` will be automatically
|
||||
created. If you want to genreate more test data, run::
|
||||
|
||||
python make_testdata.py
|
||||
|
||||
and a sample event with sample products and a user ``admin@localhost`` with password
|
||||
``admin`` will be created.
|
||||
|
||||
Create the translation files
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
If you're working with the translation, you can use the following command to scan the
|
||||
|
||||
Reference in New Issue
Block a user