add jpermssion app

pull/6/head
root 2014-12-22 23:17:28 +08:00
parent ef0c9fdd16
commit a9af0598e7
6 changed files with 12 additions and 0 deletions

0
jpermission/__init__.py Normal file
View File

3
jpermission/admin.py Normal file
View File

@ -0,0 +1,3 @@
from django.contrib import admin
# Register your models here.

View File

3
jpermission/models.py Normal file
View File

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

3
jpermission/tests.py Normal file
View File

@ -0,0 +1,3 @@
from django.test import TestCase
# Create your tests here.

3
jpermission/views.py Normal file
View File

@ -0,0 +1,3 @@
from django.shortcuts import render
# Create your views here.