kenken999 commited on
Commit
4aa7ded
·
1 Parent(s): 543ff08
mynewapp/__init__.py DELETED
File without changes
mynewapp/admin.py DELETED
@@ -1,3 +0,0 @@
1
- from django.contrib import admin
2
-
3
- # Register your models here.
 
 
 
 
mynewapp/apps.py DELETED
@@ -1,6 +0,0 @@
1
- from django.apps import AppConfig
2
-
3
-
4
- class MynewappConfig(AppConfig):
5
- default_auto_field = 'django.db.models.BigAutoField'
6
- name = 'mynewapp'
 
 
 
 
 
 
 
mynewapp/migrations/__init__.py DELETED
File without changes
mynewapp/models.py DELETED
@@ -1,3 +0,0 @@
1
- from django.db import models
2
-
3
- # Create your models here.
 
 
 
 
mynewapp/tests.py DELETED
@@ -1,3 +0,0 @@
1
- from django.test import TestCase
2
-
3
- # Create your tests here.
 
 
 
 
mynewapp/views.py DELETED
@@ -1,3 +0,0 @@
1
- from django.shortcuts import render
2
-
3
- # Create your views here.