Skip to content

Commit

Permalink
Added github url and celery dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Aug 14, 2010
1 parent ac8e059 commit 5737d09
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions pip_requirements.txt
Expand Up @@ -6,6 +6,7 @@ simplejson
gunicorn
sphinx
celery
django-celery
ghettoq
-e hg+http://bitbucket.org/andrewgodwin/south/#egg=south
-e git+http://github.com/alex/django-taggit.git#egg=taggit
Expand Down
Empty file removed settings/__init__.py
Empty file.
1 change: 1 addition & 0 deletions settings/__init__.py
2 changes: 1 addition & 1 deletion settings/base.py
Expand Up @@ -68,7 +68,7 @@
'pagination',
'profiles',
'registration',
'celery',
'djcelery',
'ghettoq',

# our apps
Expand Down
3 changes: 2 additions & 1 deletion urls.py
Expand Up @@ -5,6 +5,7 @@

urlpatterns = patterns('',
url(r'^accounts/', include('registration.backends.default.urls')),
(r'^admin/', include(admin.site.urls)),
url(r'^projects/', include('projects.urls')),
(r'^admin/', include(admin.site.urls)),
(r'^github', 'core.views.github'),
)

0 comments on commit 5737d09

Please sign in to comment.