Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Hunter T Jozwiak
whats-open
Commits
9000f5af
Commit
9000f5af
authored
Jul 08, 2017
by
David Haynes
🙆
Browse files
Merge branch 'master' into '51-nix-stale-schedules'
# Conflicts: # whats-open/settings/production.py
parents
e322abc6
c7d8c07d
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
9000f5af
...
...
@@ -165,6 +165,15 @@ Next, with:
you install
`python`
,
`pip`
, and
`virtualenv`
.
You will also need the following
`gdal`
packages for GeoDjango support:
```
sudo add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable
sudo apt update
sudo apt upgrade # if you already have gdal 1.11 installed
sudo apt install gdal-bin python-gdal python3-gdal # if you don't have gdal 1.11 already installed
```
#### Database Setup
What's Open is built on top of a
`MySQL`
database and thus, we must set it up.
...
...
whats-open/settings/production.py
View file @
9000f5af
...
...
@@ -52,4 +52,5 @@ CACHES = {
SECRET CONFIGURATION
"""
# See: https://docs.djangoproject.com/en/dev/ref/settings/#secret-key
SECRET_KEY
=
get_env_setting
(
'SECRET_KEY'
)
SECRET_KEY
=
get_env_setting
(
'WOPEN_SECRET_KEY'
)
########## END SECRET CONFIGURATION
\ No newline at end of file
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