Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
MrMoo
Sep 14, 2000

Is there a reason that development on Django-rest-interface appears dead?

I'm looking at using Django for a new project that pulls data in from two databases and creates new data in a third. However multi-database support is still in development, lma0, and it's not clear whether MySQL's fruity cross-database feature works.

Another project I have running uses PHP and it was easy working with the developer to get Pear::Data_Object to support MySQL multi-database syntax, committed into trunk a long while ago.

The alternative is to setup some form of web services, e.g. REST on the two external databases and using that hidden behind Django Models. However this seems to be a very under-developed technology for Django, what gives?

Adbot
ADBOT LOVES YOU

MrMoo
Sep 14, 2000

Are there any django basic image hosting examples?

:effort:

Basically looking at basic authentication to upload images via HTTP upload or site transload, create thumbnails if larger than 800x600, and show BB code links. Must handle duplicate file names, and check for invalid data when transloading due to referrer checking, etc.

There are a tonne of PHP scripts but most appear to add extra fluff not required for individual hosting. Unless I'm missing something a DB should not be necessary.

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply