Old, Django based sources of the site gergely.polonkai.eu
Go to file
Gergely Polonkai 0073c1521c Fix TEMPLATE_DIRS in settings.py to be a correct tuple
Django >1.5 complains about it to be deprecated
2014-06-14 13:00:00 +00:00
basics Created an URL for google validator 2013-10-21 00:46:05 +02:00
blog Now loading code_chunks module in template that needs it 2014-06-14 12:17:08 +02:00
gergelypolonkaiweb Fix TEMPLATE_DIRS in settings.py to be a correct tuple 2014-06-14 13:00:00 +00:00
.gitignore Added ViM swap files to .gitignore 2013-10-01 23:42:16 +02:00
README.md Added README.md 2013-10-02 00:07:04 +02:00
manage.py Renamed project to gergelypolonkaiweb 2013-10-01 23:49:18 +02:00
migrate.sql Add migrate.sql to migrate old database content 2014-06-14 14:56:02 +02:00

README.md

gergely.polonkai.eu

I have decided to rewrite my web site engine (http://gergely.polonkai.eu/ currently in PHP with Symfony 2) in Python, using the Django Framework.

Nice. Why?

See my blog post about it. However, the story is a bit more than this.

  • I am writing a C library using GLib and GObject
  • for that, I have written some Python examples
  • while testing “my” Python bindings, the Django Framework came into my mind, as I have already heard about it before while I was developing using Symfony 2
  • I took a look, then took a big breath
  • I learned Python and Django in about 6 hours (no, I havent mastered either of them; just learned the basics)
  • Ive converted my old, heavyweight Symfony project (~250MB with the vendors folder) to Django (~60MB with all the required libraries)

I think you did this-or-that wrong

As I said, Im no Python expert, which means there may be stuff that is against best practice. If you point me out, I will be grateful!