django/

directory
v0.0.0-...-7510e5b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2021 License: MIT

README

About django examples

The django examples are the result of running xo against all the supported databases that django supports. It is helpful for comparing generated code against the supported databases, as well because django has a non-trivial schema with more realistic database relationships than the simple booktest examples.

Running

The gen.sh script will generate all the models for the supported databases in each database's subfolder:

Installing django

You can install/update to the latest version of Django on Debian/Ubuntu by doing the following:

# install django
$ sudo pip install -U Django

# install support for mssql via odbc
$ sudo aptitude install unixodbc unixodbc-dev
$ sudo pip install -U django-pyodbc-azure

Directories

Path Synopsis
Package mysql contains the types for schema 'django'.
Package mysql contains the types for schema 'django'.
Package oracle contains the types for schema 'django'.
Package oracle contains the types for schema 'django'.
Package postgres contains the types for schema 'public'.
Package postgres contains the types for schema 'public'.
Package sqlite3 contains the types for schema ”.
Package sqlite3 contains the types for schema ”.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL