Removed needles auth app and added home to installed apps.

This commit is contained in:
2023-07-30 19:00:14 -04:00
parent a7b89f4868
commit 1693d0604c
8 changed files with 1 additions and 18 deletions
+1
View File
@@ -41,6 +41,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
# Project apps.
'home',
'viewer'
]
View File
-3
View File
@@ -1,3 +0,0 @@
from django.contrib import admin
# Register your models here.
-6
View File
@@ -1,6 +0,0 @@
from django.apps import AppConfig
class UserAuthConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'user_auth'
View File
-3
View File
@@ -1,3 +0,0 @@
from django.db import models
# Create your models here.
-3
View File
@@ -1,3 +0,0 @@
from django.test import TestCase
# Create your tests here.
-3
View File
@@ -1,3 +0,0 @@
from django.shortcuts import render
# Create your views here.