debian.org.il reloaded
debian.org.il was a part of my big technical debt. A simple site built with Django pre-1.0 and Python 2.6, introducing some bad practices (like including the project name in imports).
After uprading whatsup.org.il, which hosts debian.org.il as well, the virtualenv broke (among other things on the server). I’ve decided to go ahead and bring the code up to par.
The new code is deployed, featuring:
- Mobile first, responsive design, based on Pure.css
- Python 3
- Django 1.11
- Using class based generic views
- Better code organization
- Replaced the custom tagging solution with django-taggit
- Environment based settings, using django-environ
I was annoyed by the fact that the code was never published (one
settings.py
file with passwords and so on). That changed as well, find
the code at GitHub:
https://github.com/MeirKriheli/debian.org.il
Translations