| author | Shantanu <shantanu@fossee.in> |
| Wed, 20 Jan 2010 17:11:46 +0530 | |
| changeset 6 | 9f3c0f4908f6 |
| parent 1 | a370c5796d08 |
| permissions | -rw-r--r-- |
|
1
a370c5796d08
Initialized the registration application.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
1 |
from django.contrib import databrowse |
|
a370c5796d08
Initialized the registration application.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
2 |
from upload.models import Participant |
|
a370c5796d08
Initialized the registration application.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
3 |
|
|
a370c5796d08
Initialized the registration application.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
4 |
databrowse.site.register(Participant) |
|
a370c5796d08
Initialized the registration application.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
5 |
|
|
a370c5796d08
Initialized the registration application.
Shantanu <shantanu@fossee.in>
parents:
diff
changeset
|
6 |
#(r'^databrowse/(.*)', databrowse.site.root), |