Changeset afc5348 for asadb/urls.py
- Timestamp:
- Feb 8, 2013, 4:44:17 AM (13 years ago)
- Branches:
- master, space-access, stable, stage
- Children:
- 3cb9b1e
- Parents:
- 8124413
- git-author:
- Alex Dehnert <adehnert@…> (02/08/13 04:44:17)
- git-committer:
- Alex Dehnert <adehnert@…> (02/08/13 04:44:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/urls.py
rde2f0ac rafc5348 1 from django.conf import settings 1 2 from django.conf.urls.defaults import * 2 3 from django.contrib.auth.views import login, logout … … 6 7 from django.contrib import admin 7 8 admin.autodiscover() 8 9 import settings10 9 11 10 import groups.urls
Note: See TracChangeset
for help on using the changeset viewer.