Skip to content

Commit 57af16d

Browse files
author
jcjudkins
committed
Revert "setup environment"
This reverts commit 8383dc9.
1 parent 8383dc9 commit 57af16d

File tree

3 files changed

+1
-28
lines changed

3 files changed

+1
-28
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,3 @@ locale/*/LC_MESSAGES/django.mo
1616
djangoproject/cache
1717
djangoproject/static/css/*.map
1818
djangoproject/static/css/*.css
19-
.venv
20-
.venv/

README.rst

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,7 @@ Install and run locally from a virtual environment
4949
to your ``~/.bashrc`` (or ``~/.zshrc`` if you're using zsh, ``~/.bash_profile`` if
5050
you're on macOS and using bash) file and then run ``source ~/.bashrc`` (or
5151
``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+
6253
#. Create databases::
6354

6455
createuser -d djangoproject --superuser

djangoproject/settings/local.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)