Blog Posts in Category: Django

First Prev Next Last (Page 1 of 2)
Django for EVE Online Development
February 18, 2010

For anyone who plays EVE Online, I have a proposition for you. Myself and a few nerdy corpmates have been working on the django-eve projects, which are a collection of Django apps for EVE Online. We're looking at trying to get more people involved with the project, whether it be providing feedback, patches, or joining up with us longer term.

Our eventual goal as a corporation would be to use these various open-source components ...

(Read more)
Django + Disqus or Intense Debate... Fight!
February 17, 2010

As most Django blogs seem to be going with Disqus these days, I set out to try it for myself. The install was simple enough, but Disqus was unable to reach my production site (the one you're looking at) most of the time. Every once in a while, it'd decide that it felt like working, which left me with the normal Disqus comment box. Great.

I tested my shiny new comments by leaving ...

(Read more)
Evennia MUD Server IRC Channel
October 8, 2009

To improve collaboration, the Evennia MUD Server project now has an IRC channel on Freenode, #evennia. We have taken it a step further and linked this up with our test game, so those messing around in-game can still talk/listen on the IMCEvennia channel (which is also replicated to the MudBytes Inter-MUD network).

Evennia is a Python+Twisted+Django-based MUD server. For those that who have no idea what this is, it's a base ...

(Read more)
Python 2.6 on MacPorts is fixed
September 8, 2009

As the title suggests, Python 2.6 may now be compiled without problem via MacPorts on Snow Leopard. The issue was fixed early in the weekend. Onward!

(Read more)
MacPorts Python 2.6 + Snow Leopard
September 3, 2009

I just thought I'd provide a friendly heads up to the Django and Python communities that the Python 2.6 distributed with MacPorts does not compile on Snow Leopard as of now. This issue is outlined on MacPorts ticket #20284.

There are some really hacky work-arounds, but they are not for the feint of heart. This is reportedly an upstream Python problem, and has been reported as such by the MacPorts community. While Python ...

(Read more)
django-eve-proxy 0.1 Released
March 23, 2009

I am pleased to announce the release of django-eve-proxy 0.1. This is a simple proxy/cache app for Django that you may drop in to assist in accessing the API through your Python modules, or with a urls.py entry, via HTTP.

Although young, django-eve-proxy should be fully functional and ready to go. All comments, feedback, and suggestions are appreciated.

(Read more)
Django + EVE Online
February 11, 2009

For the use of fellow Djangonauts out there, I introspected and fixed up CCP's SQL dump of EVE Online data. This means you can now get access to everything from the comforts of the Django ORM.

The project is still very new, and I'm not even sure it's going to be attractive given the table layout. At this point, it is a bunch of introspected models and a fixed up database dump ...

(Read more)
Browser Games with Django (English)
July 18, 2008

Just looking through DjangoSites.org and Googling around, I'm absolutely puzzled by the lack of Django-based browser games. It is such an idea platform for developing these, yet there are only a few that are actually open to the public (some of which aren't in English, and are thus inaccessible to me). There seem to be a few games out there in French, Chinese, and some other things I don't really recognize ...

(Read more)
Multi-Model Inheritance + Fixtures = Fixed
June 9, 2008

I just thought I'd take a moment to give everyone a heads up that Multi-Model Inheritance fixture dumping and loading is now fixed, as per Russ Magee's changeset 7600. This fixes a subtle problem that some of you may have seen in the form of foreign keys pointing to the wrong objects after using loaddata to restore an app.

The "pk" fields (usually 'id') in the serialized dump weren't being loaded correctly ...

(Read more)
Powered by <insert here>.
March 9, 2008

Django is able to run on a number of different web servers, databases, and operating systems. This flexibility lends itself to a lot of diversity within the community, but what kind of combinations are the most common?

The developers seem to suggest that Apache2 + mod_python + Postgresql seem to be the recommended setup, but undoubtedly there are lots of others. I've heard mentions of lighttpd, FastCGI, nginx running on Windows, Linux, Mac OS X, Unix ...

(Read more)
First Prev Next Last (Page 1 of 2)