Skip to content
Snippets Groups Projects
Commit a1ca498b authored by Lorenz Zahn's avatar Lorenz Zahn
Browse files

quick fix

parent 24a32724
No related branches found
No related tags found
No related merge requests found
from django.apps import AppConfig
<<<<<<<< HEAD:prototyp/eigentags/apps.py
class EigentagsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'eigentags'
========
class VkkConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'vkk'
>>>>>>>> develop:app/vkk/apps.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment