add instagen

This commit is contained in:
2022-06-02 15:27:15 -05:00
parent cd503f639c
commit bdefd57260
121 changed files with 362 additions and 25 deletions

6
instagen/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class InstagenConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "instagen"