source: app/apps.py

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

Initial Commit

  • Property mode set to 100644
File size: 138 bytes
Line 
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.