-
Request Method: GET
Request URL: http://127.0.0.1:8000/
Django Version: 1.6
Exception Type: TemplateSyntaxError
Exception Value:
'material_admin' is not a valid tag library: ImportError raised lo…
-
I have custom user model registered in django settings with username fields replace with mobile_number on using material.admin can't login the login form is looking in mobile_number in username field …
ghost updated
8 years ago
-
Using the 1.10 beta 1, I get an error while rendering the admin site:
```
Error during template rendering
In template [ ... ]/material/admin/templates/admin/base.html, error at line 1
'future' is no…
ghost updated
8 years ago
-
When using floating label, if an input is pre-filled (i.e. data from server) then the label displays in the starting position, inside the input, instead of above the input. This causes it to clamp wit…
-
Hi,
I'd like to show a thumbnail image on the change page according to [this](http://stackoverflow.com/questions/16307307/django-admin-show-image-from-imagefield).
However, the way [django_adminread…
-
```
[1] - http://localhost:8000/admin/locations/location/1
[2] - http://localhost:8000/admin/locations/location/?p=1
```
Django 1.9
-
Hi Stephen,
Latest 1.0.8 fresh PIP install here, when attempting to access the sample gallery the below happens:
```
UnicodeEncodeError at /gallery/
'ascii' codec can't encode character u'\u0301' i…
-
Hi,
i'm trying to integrate django-smart-selects with a django-material app i'm building.
It appear to not integrate well, but i'm trying to solve it anyways.
Apparently there are 2 problems:
1. scr…
-
I noticed a couple issues when saving/adding models in the admin:
1. "Save and Continue Editing" and "Save and add Another" buttons are not displayed
2. A 'Save As New' button is not displayed for Mod…
-
Hi, I hope it's okay to post a question here rather than an issue like it says in the docs...
I'm attempting to implement a website using the CMS (because it's a derivative of Django SHOP) and have p…