UNKNOWN
Project description
====
django-grafico-db
====
Para poder ejecutar la aplicacion deberas instalar django-extensions y grafico-db
en INSTALLED_APPS en tu archivo settings.py
INSTALLED_APPS = (
...
'django_extensions',
'grafico-db',
...
)
Escribe el siguiente codigo en settings.py
GRAPH_MODELS = {
'all_applications': True,
'group_models': True,
}
Incluye la url de la aplicacion en tu archivo urls.py
url(r'^myblog/', include('grafico_db.urls'))
django-grafico-db
====
Para poder ejecutar la aplicacion deberas instalar django-extensions y grafico-db
en INSTALLED_APPS en tu archivo settings.py
INSTALLED_APPS = (
...
'django_extensions',
'grafico-db',
...
)
Escribe el siguiente codigo en settings.py
GRAPH_MODELS = {
'all_applications': True,
'group_models': True,
}
Incluye la url de la aplicacion en tu archivo urls.py
url(r'^myblog/', include('grafico_db.urls'))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-grafico-db-1.0.tar.gz
(2.6 kB
view details)
File details
Details for the file django-grafico-db-1.0.tar.gz.
File metadata
- Download URL: django-grafico-db-1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82fbb25f57bc93a86e003b009040a8061c81340c345978c8c32cefc80a9fd80f
|
|
| MD5 |
11dce78162142953e812b51027416b4e
|
|
| BLAKE2b-256 |
8f07b47d741ed5ba52cfc4548b0bc6dc9c7c7dfd6d707d07636a786209bff104
|