-
The Events Calendar isn't following standard Django IA protocol. Let's fix that.
1. Add breadcrumbs to events page (currently there are none).
2. Remove the "Back to home" pencil icon in the top right…
-
I think this was caused by the refactoring we made in https://github.com/python/pythondotorg/commit/f40b171b8ec40c741eb3a0c61be6d8d6e3e4de61. We now send PURGE requests in the same connection object a…
-
-
Hey, It's late, but I wanted to get this issue started.
I followed the instructions for installation and got "'filebrowser' is not a registered namespace" as a result.
I went through and removed the…
-
Hi guys, many thanks for this awesome package
I need to have this package in `RTL` mode, has this option?
-
/cingles/viv/lib/python3.5/site-packages/django_admin_bootstrapped/templates/registration/logged_out.html, error at line 2
1 | {% extends "admin/base_site.html" %}
-- | --
{% load url from future…
-
As can be seen on the demo site, the ManyToMany field CSS is not working properly and there is no border around the text box, around the individual values, etc.
![image](https://user-images.github…
-
### Is this feature missing in the latest version?
- [X] I'm using the latest release
### Is your feature request related to a problem? Please describe.
It looks impossible to handle nested URLs li…
-
Hi Sentry Team,
We are running a Django application, with a uWSGI config of the following (Irrelevant data snipped):
```
[uwsgi]
project = gapi-layer-drf
base = /var/www
home = /opt/lib/vi…
-
I'm trying to package your module as an rpm package. So I'm using the typical build, install and test cycle used on building packages from non-root account.
- "setup.py build"
- "setup.py install --…