Moved the source files to the "src" subdirectory.
This commit is contained in:
5
src/accounting/apps.py
Normal file
5
src/accounting/apps.py
Normal file
@ -0,0 +1,5 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class AccountingConfig(AppConfig):
|
||||
name = 'accounting'
|
Reference in New Issue
Block a user