django   65055

« earlier    

mvpdev/django-eav
Entity-Attribute-Value storage model for django apps.
django  app  eav  opensource  orm 
23 hours ago by keimlink
Python + Django page redirect - Stack Overflow
from django.views.generic.simple import redirect_to

urlpatterns = patterns('',  
    (r'^one/$', redirect_to, {'url': '/another/'}),

    #etc...
)
python  django  work  redirect 
yesterday by jhaubrich
Fix psycopg installs on osx
This trips me up about once every three weeks and always takes me forever to find again. Argh.
django  python  postrgresql 
yesterday by martharotter

« earlier    

Copy this bookmark:



description:


tags: