~ricardokirkner/locolander/explicit-dependencies

« back to all changes in this revision

Viewing changes to locolander/locolander/urls.py

  • Committer: Natalia B. Bidart
  • Date: 2013-07-21 00:51:06 UTC
  • mfrom: (18.2.4 allauth)
  • Revision ID: natalia.bidart@canonical.com-20130721005106-f0wz2gb8y5tw4dhx
- Added integration with django-allauth. Currently supported backends are Twitter and Github.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    '',
9
9
    # Examples:
10
10
    url(r'', include('locolanderweb.urls')),
11
 
 
12
 
    # Uncomment the admin/doc line below to enable admin documentation:
13
 
    # url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
14
 
 
15
 
    # Uncomment the next line to enable the admin:
16
11
    url(r'^admin/', include(admin.site.urls)),
 
12
    url(r'^accounts/', include('allauth.urls')),
17
13
)
18
14
 
19
15
# enable staticfiles for gunicorn