Renamed project

This commit is contained in:
Kristofers Solo
2023-03-27 08:46:51 +03:00
parent 2a25d389a6
commit d6446c7f8a
18 changed files with 68 additions and 19 deletions

View File

View File

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

View File

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

View File

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

View File

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

View File

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