-
### Issue description
In django static assets should be namespaced just like tempates
### Language
No
### Operating system
No
Currently in https://tutorial.djangogirls.org/en/html/#y…
-
```
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 511, in __call__
handler.get(*groups)
File "/base/data/ho…
-
http://www.cnscarb.com/blog/post/328.html
本文由Scarb发表于金甲虫的博客,转载请注明出处 django 官方教程笔记看了django官方教程,并跟着教程做了一个polls投票app。知识点不少,结合自己写的时候遇到的问题做一下笔记。 学习环境: python 2.7.15 django 1.11.15 MySQL 5.7.23 1. 创建项…
-
# Actual behavior
Upon upgrading several versions of Django and Zinnia, I started seeing exceptions in production for pagination beyond page 1.
```
IndexError at /blog/
list index out of ran…
-
```
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 511, in __call__
handler.get(*groups)
File "/base/data/ho…
-
if I save a existend blog post in the detail view of the post, the change will not be saved to the database.
```
{% if post.app_config.use_placeholder %}
{% render_placeholder post.content %}…
-
-
Lookups are tranformed when the queryset definition is executed, which might be unexpected behavior with querysets.
An problematic use case might be defining the choices for a [`ModelChoiceField`](ht…
-
### Overview
We need to research the permissions capabilities provided by Django and DRF. See instructions below.
### Action Items
- [x] research permissions capabilities in Django and docume…
-
- Python 3.6.4.
- Django 2.0.1.
- Wagtail 2.0b1.
- Chrome 64.
Currently we only can use a single app for syndication, but users can to want create syndication feeds for multiple apps: news, blog…