created object adder app

This commit is contained in:
Clemens-Dautermann 2018-12-18 19:27:15 +01:00
parent 8e855e0748
commit 594712650c
15 changed files with 71 additions and 4 deletions

View file

@ -0,0 +1,5 @@
from django.apps import AppConfig
class ObjectAdderConfig(AppConfig):
name = 'object_adder'