New Version of Django GITCMS

Django-gitcms is finally getting to be a real framework instead of just the basis for my personal website.

I am doing a new website (on Python for computer vision) and using django-gitcms. This has forced me to make sure that the framework makes it easy to build different websites with it. It also led me to fix a lot of installation bugs. Right now pip install django-gitcms should get you a working system.

For an example, check the example-website/ directory, which should work after:

  1. python manage.py syncdb to create the database.
  2. django-gitcms-load-content to populate it.
  3. python manage.py runserver

Should just work (otherwise email me).

0 comments ↓

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment