Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install dj-database-url

How to install dj-database-url

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install dj-database-url
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.2.1
0.2.2Never BuiltWhy not?
0.2.1 Available View build log
0.1.3 Available View build log
Windows (64-bit)
0.2.1
0.2.2Never BuiltWhy not?
0.2.1 Available View build log
0.1.3 Available View build log
Mac OS X (10.5+)
0.2.2 Available View build log
0.2.1 Available View build log
0.2.0 Available View build log
0.1.3 Available View build log
Linux (32-bit)
0.2.2 Available View build log
0.2.1 Available View build log
0.2.0 Available View build log
0.1.3 Available View build log
Linux (64-bit)
0.2.2 Available View build log
0.2.1 Available View build log
0.2.0 Available View build log
0.1.3 Available View build log
0.1.2 Available View build log
Web
 
Author
License
BSD
Imports
Lastest release
version 0.2.2 on Jul 19th, 2013
https://secure.travis-ci.org/kennethreitz/dj-database-url.png?branch=master

This simple Django utility allows you to utilize the 12factor inspired DATABASE_URL environment variable to configure your Django application.

Usage

Configure your database in settings.py from DATABASE_URL:

DATABASES = {'default': dj_database_url.config()}

Parse an arbitrary Database URL:

DATABASES = {'default': dj_database_url.parse('postgres://...')}

Supported databases

Support currently exists for PostgreSQL, PostGIS, MySQL and SQLite.

SQLite connects to file based databases. The same URL format is used, omitting the hostname, and using the "file" portion as the filename of the database. This has the effect of four slashes being present for an absolute file path: sqlite:////full/path/to/your/database/file.sqlite.

Subscribe to package updates

Last updated Jul 19th, 2013

Download Stats

Last month:14

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.