source: app/apps.py@ 3d7fc00

Last change on this file since 3d7fc00 was 3d7fc00, checked in by Aleksandar <zaredite@…>, 14 months ago

Initial Commit

  • Property mode set to 100644
File size: 138 bytes
RevLine 
[3d7fc00]1from django.apps import AppConfig
2
3
4class AppConfig(AppConfig):
5 default_auto_field = 'django.db.models.BigAutoField'
6 name = 'app'
Note: See TracBrowser for help on using the repository browser.