Changeset - ec71d63f343a
[Not reviewed]
0 0 5
Branko Majic (branko) - 10 years ago 2013-11-30 22:13:04
branko@majic.rs
DJPYD-1: Added the application skeleton.
5 files changed with 12 insertions and 0 deletions:
0 comments (0 inline, 0 general)
django_pydenticon/__init__.py
Show inline comments
 
new file 100644
django_pydenticon/admin.py
Show inline comments
 
new file 100644
 
from django.contrib import admin
 

	
 
# Register your models here.
django_pydenticon/models.py
Show inline comments
 
new file 100644
 
from django.db import models
 

	
 
# Create your models here.
django_pydenticon/tests.py
Show inline comments
 
new file 100644
 
from django.test import TestCase
 

	
 
# Create your tests here.
django_pydenticon/views.py
Show inline comments
 
new file 100644
 
from django.shortcuts import render
 

	
 
# Create your views here.
0 comments (0 inline, 0 general)