diff --git a/.gitignore b/.gitignore index af06b9a..6ceb9bf 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ .pydevproject *.pyc citavi_mapper/private_settings.py -static + +static/ diff --git a/README.md b/README.md index a620735..fe5d78b 100644 --- a/README.md +++ b/README.md @@ -1 +1,17 @@ -Use pip install -r requirements.txt to install this application. +Installation +============ + +You may (or may not) want to use a virtualenv for this. + +> pip install -r requirements.txt + +Do not forget to create your private_settings.py! + +> cp private_settings.example.py private_settings.py +> vi private_settings.py # Enter your secrets and your database connection. + +Before using in production (or development), run this: + +> python manage.py collectstatic + +Static files will be collected in /static, use this in your webserver configuration for production. diff --git a/frontend/static/images/logo.png b/frontend/static/images/logo.png new file mode 100644 index 0000000..b3e43dc Binary files /dev/null and b/frontend/static/images/logo.png differ diff --git a/frontend/templates/base.html b/frontend/templates/base.html index 296c193..4709f62 100644 --- a/frontend/templates/base.html +++ b/frontend/templates/base.html @@ -21,14 +21,11 @@ class="icon-bar"> - sasas - - -
+