diff --git a/binder/settings.py b/binder/settings.py index 3b64136..4638d22 100644 --- a/binder/settings.py +++ b/binder/settings.py @@ -10,7 +10,6 @@ ADMINS = ( ) MANAGERS = ADMINS - DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. diff --git a/binder/static/style.css b/binder/static/style.css new file mode 100644 index 0000000..380dbbe --- /dev/null +++ b/binder/static/style.css @@ -0,0 +1,8 @@ +table { + border-collapse: collapse; +} + +table, th, td { + border: 1px solid black; +} + diff --git a/binder/templates/base.htm b/binder/templates/base.htm index bb25416..8518e63 100644 --- a/binder/templates/base.htm +++ b/binder/templates/base.htm @@ -2,6 +2,7 @@ {% block header %}