mirror of https://github.com/interlegis/sapl.git
LeandroRoberto
9 years ago
3 changed files with 12 additions and 1 deletions
@ -0,0 +1,4 @@ |
|||||
|
from django import forms |
||||
|
|
||||
|
|
||||
|
# place form definition here |
@ -0,0 +1,6 @@ |
|||||
|
try: |
||||
|
from django.conf.urls import * |
||||
|
except ImportError: # django < 1.4 |
||||
|
from django.conf.urls.defaults import * |
||||
|
|
||||
|
# place app url patterns here |
Loading…
Reference in new issue