-
Once [# 30](https://github.com/koenbok/Cactus/pull/30) is merged, the following diff implements this feature.
``` diff
diff --git a/cactus/models.py b/cactus/models.py
new file mode 100644
index 0000…
amitu updated
9 years ago
-
When I get a channel and has another channel with the same slug this raises an exception: `get() returned more than one Channel -- it returned 2`
Because use field "slug" to get a channel, the correc…
-
I'm on virtualenv and I'm trying to install this app but it does not work.
Here is the traceback:
(website) C:\Python27\environments\website\Scripts>pip install django-taggit-templatetags
Downloading…
-
The HTML5BP google analytics snippet is already using [Modernier.load](http://www.modernizr.com/docs/#load):
``` javascript
Modernizr.load({
load: ('https:' == location.protocol ? '//ssl' : '//www') …
-
Hi all, to my point of view it would be a great thing for the next release to have both dango-taggit and django-taggit-templatetags merged into a single project.
-
Currently if using the {% if perms.MODEL.RULE %} there is no obj passed to the backend
-
A test failed on a tracked branch
```
Error: thrown: "Exceeded timeout of 5000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jes…
-
## 📌 어떤 기능을 리팩터링 하나요?
> 해당 Service Layer 테스트 중 발견된 개선이 필요한 사항들을 발견했습니다. 이를 개선합니다.
추가로 다른 도메인에서도 Service Layer 리팩토링이 필요한 부분이 있다면 코멘트로 이를 남겨주시고 이슈 본문의 TODO에 추가해주세요.
## TODO
- [x] TemplateTagSer…
-
Hello,
As demonstrated in the following example, html2hamlpy doesn't support django templatetags syntaxe included directly into an html tag:
``` python
In [7]: print Converter('', 'html.parser').to_…
-
docker compose exec web poetry run python manage.py loaddata admin_account
System check identified some issues:
WARNINGS:
: (templates.W003) 'log' is used for multiple template tag modules: 'dj…