mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Massive code refactoring, and some test rewrites.
This commit is contained in:
0
frontend/interface/__init__.py
Normal file → Executable file
0
frontend/interface/__init__.py
Normal file → Executable file
0
frontend/interface/admin.py
Normal file → Executable file
0
frontend/interface/admin.py
Normal file → Executable file
0
frontend/interface/apps.py
Normal file → Executable file
0
frontend/interface/apps.py
Normal file → Executable file
0
frontend/interface/migrations/0001_initial.py
Normal file → Executable file
0
frontend/interface/migrations/0001_initial.py
Normal file → Executable file
0
frontend/interface/migrations/__init__.py
Normal file → Executable file
0
frontend/interface/migrations/__init__.py
Normal file → Executable file
0
frontend/interface/models.py
Normal file → Executable file
0
frontend/interface/models.py
Normal file → Executable file
0
frontend/interface/tests.py
Normal file → Executable file
0
frontend/interface/tests.py
Normal file → Executable file
3
frontend/interface/views.py
Normal file → Executable file
3
frontend/interface/views.py
Normal file → Executable file
@@ -1,5 +1,6 @@
|
||||
from django.shortcuts import render
|
||||
from django.http import HttpResponse
|
||||
from django.shortcuts import render
|
||||
|
||||
# Create your views here.
|
||||
|
||||
def index(request):
|
||||
|
||||
Reference in New Issue
Block a user