add django generated websites app
This commit is contained in:
parent
57d4b128f5
commit
ba85ad8ad9
5 changed files with 9 additions and 0 deletions
0
gnuviechadmin/websites/__init__.py
Normal file
0
gnuviechadmin/websites/__init__.py
Normal file
3
gnuviechadmin/websites/admin.py
Normal file
3
gnuviechadmin/websites/admin.py
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
from django.contrib import admin
|
||||||
|
|
||||||
|
# Register your models here.
|
0
gnuviechadmin/websites/migrations/__init__.py
Normal file
0
gnuviechadmin/websites/migrations/__init__.py
Normal file
3
gnuviechadmin/websites/models.py
Normal file
3
gnuviechadmin/websites/models.py
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
from django.db import models
|
||||||
|
|
||||||
|
# Create your models here.
|
3
gnuviechadmin/websites/views.py
Normal file
3
gnuviechadmin/websites/views.py
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
from django.shortcuts import render
|
||||||
|
|
||||||
|
# Create your views here.
|
Loading…
Reference in a new issue