File tree Expand file tree Collapse file tree 3 files changed +1
-28
lines changed Expand file tree Collapse file tree 3 files changed +1
-28
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,3 @@ locale/*/LC_MESSAGES/django.mo
16
16
djangoproject /cache
17
17
djangoproject /static /css /* .map
18
18
djangoproject /static /css /* .css
19
- .venv
20
- .venv /
Original file line number Diff line number Diff line change @@ -49,16 +49,7 @@ Install and run locally from a virtual environment
49
49
to your ``~/.bashrc `` (or ``~/.zshrc `` if you're using zsh, ``~/.bash_profile `` if
50
50
you're on macOS and using bash) file and then run ``source ~/.bashrc `` (or
51
51
``source ~/.zshrc ``, or ``source ~/.bash_profile ``) to load the changes.
52
- {
53
- "secret_key": "xyz",
54
- "superfeedr_creds": ["
[email protected] ", "some_string"],
55
- "db_host": "localhost",
56
- "db_password": "secret",
57
- "db_user": "djangoproject",
58
- "trac_db_host": "localhost",
59
- "trac_db_password": "secret",
60
- "trac_db_user": "code.djangoproject"
61
- }
52
+
62
53
#. Create databases::
63
54
64
55
createuser -d djangoproject --superuser
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments