-
Criar uma nova branch e migrar todo o sistema.
-
Fiz o setup na minha máquina. O "make" não funcionou de primeira pq faltou criar o banco, mas depois consegui subir o django com o `./manage.py runserver`.
Ao abrir http://localhost:8000, encontro o …
-
Is there any support or plans for GeoDjango Maps in the admin `PointField` for example?? At the moment i only get the text version `SRID=4326;POINT (-4.306640624400504 12.72608429520555)`
thanks
-
Environment:
Request Method: GET
Django Version: 1.8.4
Python Version: 2.7.9
Installed Applications:
('material',
'material.frontend',
'admin_tools',
'admin_tools.theming',
'admin_tools.menu',
…
-
The wheels apparently ship with patched templates from Django itself:
```
adminsortable2/templates/adminsortable2/edit_inline/stacked-django-4.2.html
adminsortable2/templates/…
-
Bonjour,
Je rencontre un bug : un cadre rouge apparait autour de la fenêtre de visualisation de la carte, et les entités de la liste n'y apparaissent plus.
Ce phénomène se produit aléatoirement, le …
-
-
Is there a way to use this JSONForm Widget outside of Django Admin Site?
I want to use this widget in a custom view with template.
-
Creating User Forms
https://docs.djangoproject.com/en/1.11/topics/forms/modelforms/
-
### Title
From Good to Great: Transforming Django Admin for Maximum Productivity
### Describe your Talk
Discover how to turn Django Admin into a powerful productivity tool. This talk will cover key…