[ADD] PROJECT: Project management module for Horilla (beta)
This commit is contained in:
12
project/apps.py
Normal file
12
project/apps.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ProjectConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "project"
|
||||
|
||||
def ready(self):
|
||||
from horilla.horilla_settings import APPS
|
||||
|
||||
APPS.append("project")
|
||||
super().ready()
|
||||
Reference in New Issue
Block a user