Thursday, June 23, 2011

Awesome Free Django Hosting: Alwaysdata

There aren't many sites that do a good job of hosting free Django services. Alwaysdata, however does a fantastic job. Here's a quick way to set your project up.
-get a free 10MB account
-place Django Project in the www directory
-add .htaccess to www director(see below)
-add django.fcgi file (see below)


Unity 3d with Django

After spending nearly 18 hours fidgeting with code to let Unity3d interact with Django for user authentication, I succeeded. If you want to use these two technologies together, I suggest you try out my stripped-down Django project hosted on github. The Readme contains more technical details.


https://github.com/rawatenator/unitydjango