chore: rm users

master
Aravinth Manivannan 2022-06-06 01:15:17 +05:30
parent 39c1a138ae
commit 9c5f4d2a92
Signed by untrusted user: realaravinth
GPG Key ID: AD9F0F08E855ED88
7 changed files with 0 additions and 18 deletions

View File

View File

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

View File

@ -1,6 +0,0 @@
from django.apps import AppConfig
class UsersConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'users'

View File

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

View File

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

View File

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