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:
python manage.py syncdbto create the database.django-gitcms-load-contentto populate it.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