Search Results

0
votes

What Hosting Service is best for Django applications?

I am using webfaction and it is great shared hosting, not just for django, but for all things that are hosted on LAMP, an it isn't expensive. …
1
vote

Rails or Django? (or something else?)

I have read somewhere : If you know Python then use Django, If you know Ruby then Rails …
0
votes

Version track, automate DB schema changes with django

U should lookup Dmigrations, it functions a little bit diffrent from django-eveoltions. It shows you everything it is doing and f …