-new"> 2
+from __future__ import unicode_literals
+
+from django.shortcuts import render
+
+
+# Create your views here.
@@ -42,6 +42,7 @@ INSTALLED_APPS = [ |
||
| 42 | 42 |
'django.contrib.messages', |
| 43 | 43 |
'django.contrib.staticfiles', |
| 44 | 44 |
'area', |
| 45 |
+ 'config', |
|
| 45 | 46 |
'tamron', |
| 46 | 47 |
] |
| 47 | 48 |
|