mirror of
https://github.com/bryangerlach/rdgen.git
synced 2025-12-02 01:53:17 +00:00
initial commit
This commit is contained in:
6
rdgenerator/apps.py
Normal file
6
rdgenerator/apps.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class RdgeneratorConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'rdgenerator'
|
||||
Reference in New Issue
Block a user