Skip to content
Snippets Groups Projects
Commit 29362b9e authored by Chif Gergo's avatar Chif Gergo
Browse files

gyanaz

parent 09cabf08
No related branches found
No related tags found
No related merge requests found
......@@ -39,12 +39,9 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'django_extensions',
'rest_framework',
<<<<<<< HEAD
'stats'
=======
'social_django',
'authsch',
>>>>>>> f31ae04982515a54fa3ce667ce7f5b6aeaf87c00
]
MIDDLEWARE = [
......
from django.contrib import admin
from .models import Profile, Kszk_training
from .models import Profile, Event
admin.site.register(Profile)
admin.site.register(Kszk_training)
admin.site.register(Event)
# Register your models here.
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