First Draft
November 22nd, 2008This is the first release of the source code for the Opentution project. I am using Django as the web development framework because it eases web development a lot and with python it has got a well established development language beneath it. The release is still very basic but I hope it will be a good starting point for further development. To take away a lot of the development work I am including the Pinax project which can be understood as a database of social apps for Django. This project is also in the early stages but it looks very promising.
With the url www.opentution.org you still find the old page written in static html. The reason is that I was first looking for a provider that is supporting ruby on rails but later changed my mind and decided to use django. Now I am at the situation that I can not upload and show the current status because the provider does not support django natively. Only if I do an upgrade, which includes spending quite a lot of money, it is possible to run the page on the server. This means I am looking for another solution now.
Enough talking. Here is the source code: http://devel.opentution.org/.
Additionally you also have to download the source code from the Pinax project and copy it into your project folder. The rest of the info can be found in the INSTALL file included in the source code. Have fun with it!
What was done until now:
- framework written in django
- registration and login
- switch language between english and german
- basic profile for a user
Next steps:
- setting up a basic database model
- form for starting a new article