287bf3d94e
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Django was designed to make common Web-development tasks fast and easy.
10 lines
486 B
Text
10 lines
486 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1 2018/02/04 05:20:24 wen Exp $
|
|
|
|
Django also requires a database backend.
|
|
|
|
For PostgreSQL, install databases/py-psycopg2 package.
|
|
For MySQL, install databases/py-mysqldb or databases/py-mysql-connector package.
|
|
For SQLite, install databases/py-sqlite3 package.
|
|
For Oracle, install databases/py-cx_Oracle package.
|
|
===========================================================================
|