caktus / django-timepiece

A multi-user Django application for tracking people's time on projects.
MIT License
361 stars 115 forks source link

Issues running develop #824

Open jmwenda opened 9 years ago

jmwenda commented 9 years ago

Hey,

I have some issues running this on a development environment with the css/compression not working. On viewing the source page, the css is filed viewable but the styling does not apply on the webpages. Any pointers on the css issues.

FFX01 commented 9 years ago

Did you make sure to install all dependencies and run python manage.py collectstatic before running your server?

jmwenda commented 9 years ago

Yep, I did so and css still does not load the bootstrap css. Any clue?

jmwenda commented 9 years ago

Quick question, seems I kept getting the error about the key. You have offline compression enabled but key "8090182da58eb15ffb1a99034f0afb94" is missing from offline manifest. You may need to run "python manage.py compress".

Sadly on looking at the manifest. The values were totally different. I replaced the manifest file with the above value and it worked. Isn't it supposed to be generated and updated every time one runs compress?