Event API & User Event view
This commit is contained in:
@@ -148,8 +148,16 @@ INSTALLED_APPS = (
|
||||
'sekizai',
|
||||
'intern_area',
|
||||
'website',
|
||||
'rest_framework',
|
||||
)
|
||||
|
||||
|
||||
REST_FRAMEWORK = {
|
||||
'DEFAULT_PERMISSION_CLASSES': ('rest_framework.permissions.IsAdminUser',),
|
||||
'PAGINATE_BY': 10
|
||||
}
|
||||
|
||||
|
||||
CRISPY_TEMPLATE_PACK = 'bootstrap'
|
||||
|
||||
# A sample logging configuration. The only tangible logging
|
||||
|
||||
Reference in New Issue
Block a user