-
Initial Env Settings
- pycharm create new project
git
```py
# initialize repo
git init
# create ignore file
echo > .gitignore
# to buffer zone
git commit -m "add ignore" .gitignore…
ARJhe updated
4 years ago
-
EZID web pages contain outdated content. Export the pages in easy to review format.
-
Click "New Draft" cause error UNIQUE constraint failed: cms_pagecontent.language, cms_pagecontent.page_id
Django Version: | 4.2.9
-- | --
IntegrityError
UNIQUE constraint failed: cms_pagecontent…
-
Hi,
I'm using `django-q` in a medium size project where I enqueue tasks for processing things like file generation, email sending and other common actions and it works quite well 👍
In these enq…
-
TemplateDoesNotExist at /project/2//projects/single-project.html
Request Method: | GET
-- | --
http://127.0.0.1:8000/project/2/
3.2.6
TemplateDoesNotExist
/projects/single-project.html
C:…
-
Based on user input I put up a list of topics I'm considering for future pongo2 versions:
- Improvements in whitespace control (example: [jinja2](https://jinja.palletsprojects.com/en/2.11.x/templat…
-
Using django-prometheus 1.0.9 with django 1.11.2.
I have some django-rest-framework views that are being cached with the cache_page decorator like:
@method_decorator(cache_page(settings.CACH…
-
```
I forked photologue on github to make some changes.
Just applied the same changes I did to videologue to photologue.
Attaching patch if you are intrested.
```
Original issue reported on code.go…
-
Sometime you need to display many columns in the listing,
and the horizontal space taken up by the filters results in additional horizontal scrolling which might be inconvenient.
In these situatio…
-
Whilst prototyping a new web site, I was trying to use the full grappelli, via use of mezzanine-grappelli, and noticed some oddness in the admin interface.
Wanting to know if it was the bootstrap tem…