Compare commits
3 Commits
0f1ca3017e
...
3d8d7d8438
Author | SHA1 | Date | |
---|---|---|---|
3d8d7d8438 | |||
5e9b0ad301 | |||
1c264c75ee |
|
@ -16,7 +16,6 @@ from .program import (
|
|||
ProgramListView,
|
||||
ProgramPageDetailView,
|
||||
ProgramPageListView,
|
||||
ProgramUpdateView,
|
||||
)
|
||||
|
||||
__all__ = (
|
||||
|
@ -40,5 +39,4 @@ __all__ = (
|
|||
"ProgramListView",
|
||||
"ProgramPageDetailView",
|
||||
"ProgramPageListView",
|
||||
"ProgramUpdateView",
|
||||
)
|
||||
|
|
|
@ -40,9 +40,3 @@ LOGGING = {
|
|||
},
|
||||
},
|
||||
}
|
||||
|
||||
CACHES = {
|
||||
"default": {
|
||||
"BACKEND": "django.core.cache.backends.locmem.LocMemCache",
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user