-
`django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'cruds_adminlte.templatetags.crud_tags': cannot import name 'six'`
`from …
-
Acá debería haber una lista de páginas donde tendriamos que chequear que esten los loaders funcionando, por ejemplo:
- [ ] Home
- [x] Login
- [x] Welcomelog
- [x] WelcomeUnlog
- [x] Catálogo
-…
-
```
Formato de fechas en TODOS los DETALLES y MODIFICAR de los CRUDS
Arreglar...
```
Original issue reported on code.google.com by `octavio%...@gtempaccount.com` on 31 Mar 2009 at 9:01
-
First, thanks for the package, looking really great! I've tested a few features that worked quite well, but I have a particular problem:
Several of my models refer with a ForeignKey to a geo-datab…
-
-
Similar to [how CodeIgniter does it](https://codeigniter.com/user_guide/overview/appflow.html), we could create a simple diagram to explain how CRUDs work:
- route points to controller
- controller
…
-
Make an some sort of graphical admin center, a page that is accessible through a special url and password protected, that accesses the current autogenerator functions for generating CRUDs and models a…
-
-
This is may be a dumb newbie question, but I really can't find a way nor have found a tutorial and creating an Org Unit and also a basic flow of CRUDs to an end user. Hope you can help me on this one.…
-
Nim is lacking a high-level web framework that helps:
- creating HTML server side
- exposing procs and objects easily
- generating APIs automatically
- documenting APIs automatically
- generating…