diff options
Diffstat (limited to 'www/py-dj-database-url/pkg-descr')
-rw-r--r-- | www/py-dj-database-url/pkg-descr | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/py-dj-database-url/pkg-descr b/www/py-dj-database-url/pkg-descr new file mode 100644 index 000000000000..c4b1c4d33c2e --- /dev/null +++ b/www/py-dj-database-url/pkg-descr @@ -0,0 +1,16 @@ +This simple Django utility allows you to utilize the 12factor inspired +DATABASE_URL environment variable to configure your Django application. + +The dj_database_url.config method returns a Django database connection +dictionary, populated with all the data specified in your URL. There is +also a conn_max_age argument to easily enable Django’s connection pool. + +If you’d rather not use an environment variable, you can pass a URL in +directly instead to dj_database_url.parse. + +Supported Databases: + +Support currently exists for PostgreSQL, PostGIS, MySQL, MySQL (GIS), +Oracle, Oracle (GIS), and SQLite. + +WWW: https://github.com/kennethreitz/dj-database-url |