initial commit

This commit is contained in:
Bryan Gerlach
2024-09-24 16:04:47 -05:00
commit b401aa531b
30 changed files with 707 additions and 0 deletions

6
rdgenerator/apps.py Normal file
View File

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