Blog Posts in Category: Django

First Prev Next Last (Page 1 of 2)
Django work available
June 29, 2010

A quick tip for anyone with time to spare: The company I work for, DUO Interactive, LLC, is in need of some extra Djangonauts for some small to mid-sized projects. The work is payable on an hourly basis, and can scale up or down based on availability. Most of the projects are for the Ligonier Ministries site, which sees about 10,000 visitors a day.

Those with a firm understanding of Python/Django (and some ...

(Read more)
django-eve-db is Ready to Roll
April 6, 2010

While by no means at all ready to be deemed "mature", django-eve-db is now at a state that I feel fine about announcing its presence to the wider Python/Django community.

django-eve-db is a set of Django models that wrap CCP's EVE Online data dump. This makes it extremely easy to query the dump and rapidly develop software around it. Little to no SQL is required for many usage cases.

I could really use ...

(Read more)
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)
First Prev Next Last (Page 1 of 2)