Skip to content

Commit

Permalink
Revert "fix conflict #2"
Browse files Browse the repository at this point in the history
This reverts commit fde9b04, reversing
changes made to 8534c5e.
  • Loading branch information
cshinaver committed Feb 5, 2016
1 parent fde9b04 commit 11626c1
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 334 deletions.
8 changes: 1 addition & 7 deletions ndlug/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@
'django.contrib.messages',
'django.contrib.staticfiles',
'announcements',
'voting',
'secretballot',
'django_extensions',
'likes',
# 'polls',
]

MIDDLEWARE_CLASSES = [
Expand All @@ -53,8 +50,6 @@
'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'secretballot.middleware.SecretBallotIpMiddleware',
'likes.middleware.SecretBallotUserIpUseragentMiddleware',
]

ROOT_URLCONF = 'ndlug.urls'
Expand All @@ -70,7 +65,6 @@
'django.template.context_processors.request',
'django.contrib.auth.context_processors.auth',
'django.contrib.messages.context_processors.messages',
'django.template.context_processors.request',
],
},
},
Expand Down
2 changes: 0 additions & 2 deletions ndlug/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@
urlpatterns = [
url(r'^$', include('announcements.urls')),
url(r'^admin/', admin.site.urls),
url(r'^likes/', include('likes.urls')),
url(r'^voting/', include('voting.urls')),
]
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ appnope==0.1.0
argparse==1.2.1
decorator==4.0.6
dj-database-url==0.3.0
django-extensions==1.6.1
django-likes==0.2
gunicorn==19.4.5
ipdb==0.8.1
ipython==4.1.0
Expand All @@ -16,7 +14,6 @@ pickleshare==0.6
psycopg2==2.6.1
ptyprocess==0.5.1
simplegeneric==0.8.1
six==1.10.0
traitlets==4.1.0
whitenoise==2.0.6
wsgiref==0.1.2
84 changes: 0 additions & 84 deletions secretballot/__init__.py

This file was deleted.

20 changes: 0 additions & 20 deletions secretballot/middleware.py

This file was deleted.

34 changes: 0 additions & 34 deletions secretballot/migrations/0001_initial.py

This file was deleted.

Empty file.
28 changes: 0 additions & 28 deletions secretballot/models.py

This file was deleted.

71 changes: 0 additions & 71 deletions secretballot/views.py

This file was deleted.

Empty file removed voting/__init__.py
Empty file.
3 changes: 0 additions & 3 deletions voting/admin.py

This file was deleted.

7 changes: 0 additions & 7 deletions voting/apps.py

This file was deleted.

28 changes: 0 additions & 28 deletions voting/migrations/0001_initial.py

This file was deleted.

Empty file removed voting/migrations/__init__.py
Empty file.
13 changes: 0 additions & 13 deletions voting/models.py

This file was deleted.

9 changes: 0 additions & 9 deletions voting/templates/voting/index.html

This file was deleted.

3 changes: 0 additions & 3 deletions voting/tests.py

This file was deleted.

8 changes: 0 additions & 8 deletions voting/urls.py

This file was deleted.

14 changes: 0 additions & 14 deletions voting/views.py

This file was deleted.

0 comments on commit 11626c1

Please sign in to comment.