Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nuages
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etch
nuages
Commits
58ef5278
Commit
58ef5278
authored
Feb 19, 2014
by
Chris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix CSV export dependency thanks Kenny.
parent
f6f96d18
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
meetingpoll/views.py
meetingpoll/views.py
+1
-1
nuages/settings.py
nuages/settings.py
+1
-1
No files found.
meetingpoll/views.py
View file @
58ef5278
...
...
@@ -4,7 +4,7 @@ from django.contrib.auth.decorators import login_required
from
django.core.exceptions
import
ObjectDoesNotExist
from
django.core.urlresolvers
import
reverse
from
django.forms.models
import
inlineformset_factory
,
BaseInlineFormSet
from
django.shortcuts
import
get_object_or_404
,
render
,
HttpResponseRedirect
from
django.shortcuts
import
get_object_or_404
,
render
,
HttpResponseRedirect
,
HttpResponse
from
django.template
import
RequestContext
from
django.utils.translation
import
ugettext_lazy
as
_
from
.forms
import
UserProfileForm
,
PollForm
,
ChoiceForm
,
VoteForm
,
BulletinForm
...
...
nuages/settings.py
View file @
58ef5278
...
...
@@ -3,7 +3,7 @@
# Django settings for Nuages
import
os
DEBUG
=
Tru
e
# Turn off for production
DEBUG
=
Fals
e
# Turn off for production
TEMPLATE_DEBUG
=
DEBUG
PROJECT_DIR
=
os
.
path
.
normpath
(
os
.
path
.
dirname
(
os
.
path
.
dirname
(
__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