Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
chris
repanier
Commits
72289942
Commit
72289942
authored
Jun 27, 2017
by
chris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysite/mysite.ini: set cache path
parent
2f651bba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.gitignore
.gitignore
+2
-1
mysite/mysite.ini
mysite/mysite.ini
+1
-1
No files found.
.gitignore
View file @
72289942
**/__pycache__
*.pyc
venv
*.sqlite
venv
cache
.ropeproject
mysite/mysite.ini
View file @
72289942
...
...
@@ -19,7 +19,7 @@ DJANGO_SETTINGS_EMAIL_USE_TLS=False
DJANGO_SETTINGS_ENV
=
dev
DJANGO_SETTINGS_LANGUAGE
=
Fr
DJANGO_SETTINGS_LOGGING
=
True
DJANGO_SETTINGS_CACHE
=
Tru
e
DJANGO_SETTINGS_CACHE
=
cach
e
DJANGO_SETTINGS_SESSION
=
DJANGO_SETTINGS_COUNTRY
=
Be
DJANGO_SETTINGS_STATIC
=
/tmp
...
...
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