-code">
 
35 35
 INSTALLED_APPS = [
36
+    'django.contrib.staticfiles',
36 37
     'django.contrib.admin',
37 38
     'django.contrib.auth',
38 39
     'django.contrib.contenttypes',
39 40
     'django.contrib.sessions',
40 41
     'django.contrib.messages',
41
-    'django.contrib.staticfiles',
42
+    'import_export',
42 43
     'django_google_maps',
43 44
     'django.contrib.gis',
44 45
     'smart_selects',
@@ -62,7 +63,7 @@ ROOT_URLCONF = 'shaqfindbed.urls'
62 63
 TEMPLATES = [
63 64
     {
64 65
         'BACKEND': 'django.template.backends.django.DjangoTemplates',
65
-        'DIRS': [],
66
+        'DIRS': [os.path.join(BASE_DIR, 'templates')],
66 67
         'APP_DIRS': True,
67 68
         'OPTIONS': {
68 69
             'context_processors': [

+ 1 - 1
shaqfindbed/urls.py

@@ -23,7 +23,7 @@ urlpatterns = [
23 23
     path('backend/', include('backend.urls')),
24 24
     path('admin/', admin.site.urls),
25 25
     url(r'^chaining/', include('smart_selects.urls')),
26
-]
26
+] + static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
27 27
 
28 28
 if settings.DEBUG:
29 29
     urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)

shaqfindbed/wsgi.py → app/shaqfindbed/wsgi.py


BIN
app/static/.DS_Store


BIN
app/static/admin/.DS_Store


staticfile/admin/css/autocomplete.css → app/static/admin/css/autocomplete.css


+ 0 - 0
staticfile/admin/css/base.css


Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio

tum/coi - Gogs: Simplico Git Service

Sin descripción

tum 8d9d2c43d4 bugs hace 11 meses
..
coi f526bca111 coi template hace 1 año
core 8d9d2c43d4 bugs hace 11 meses
dashboard e726df91d1 dashboard and restore data hace 1 año
legacy 8d9d2c43d4 bugs hace 11 meses
report 8d9d2c43d4 bugs hace 11 meses
static 2399a43570 templates hace 1 año
sysadmin 811230361d Dockerfile hace 11 meses
templates 2ff5179c56 dimension hace 11 meses
theme 2399a43570 templates hace 1 año
Mockup_Data_for_MgMasterView.csv 704eaac0a9 coi hace 1 año
manage.py db1ef2c3ec first commit hace 1 año
package.json f526bca111 coi template hace 1 año