This commit is contained in:
j 2009-07-12 19:11:33 +02:00
commit 86ab85024d
16 changed files with 123 additions and 0 deletions

0
karagarga/__init__.py Normal file
View file

3
karagarga/models.py Normal file
View file

@ -0,0 +1,3 @@
from django.db import models
# Create your models here.

1
karagarga/views.py Normal file
View file

@ -0,0 +1 @@
# Create your views here.