The documentation says:
"You can use a database backend that doesn't ship with Django by setting
DATABASE_ENGINE
to a fully-qualified path (i.e.
mypackage.backends.whatever)."
So, I installed PG8000. It is an egg inside of "Python\Lib\site-packages"
What should the path be?
Or can I not use thi
It was suggested that django might have something close to what I need.
Basically, I am wondering whether someone has made the following in Python:
* An SQL/db administration app ... similar to phpmyadmin... or even better,
similar to DabbleDB (http://dabbledb.com/demo/)
* An email app
2 matches
Mail list logo