-
I have the following code that checks for problems, fetches two nodes, moves one to the other, and then performs another check.
```
probs = Concept.find_problems()
assert not any(probs), str(prob…
-
```
Environment: Snow Leopard with all latest updates
* default python
* django trunk installed
* python imaging library installed
* sample_project trunk with settings.py edited to point to database s…
-
djangorestframeworkのバージョンが上がったので出るようになった模様
今のproduction djangorestframework==3.5.4
エラー環境 djangorestframework==3.7.7
https://github.com/awesto/django-shop/issues/664
このへん?
以下トレース
```
[kaw…
-
### Environment
* Python version: 3.10.12
* Nautobot version: 2.2.0
* nautobot-netbox-importer version: 2.0
* Netbox version: 3.6.5, 3.7.5
### Expected Behavior
Import runs
### Observ…
-
Please check out https://github.com/Bearle/django_private_chat2
This project is deprecated
-
This issue tracks the implementation of the [Jazzband guidelines](https://jazzband.co/about/guidelines) for the project [django-polymorphic](https://github.com/jazzband/django-polymorphic)
It was ini…
-
The documentation for installation instructions and configuration (http://readthedocs.org/docs/feincms-django-cms/en/latest/installation.html) is not obvious and well documentet on how to get a simple…
-
### Overview
We need to create the user_check table so that we can update a shared data store across hackforla.org, vrms, civictechjobs, and tables (onboarding) project.
#### Details
A table …
fyliu updated
1 month ago
-
#### Environment & Versions
* Operating system: heroku server
* Python:3.6.8
* Django:2.2.2
* django-crontab:0.7.1
#### Settings
* My `django-crontab` settings:
```python
CRONJOBS = [
('…
-
I'm using:
* Django 2.2.2
* Python 3.7.3
* django-background-task 0.1.8
When starting Django, startup fails with `ModuleNotFoundError: No module named 'StringIO'`.
The reason seems to be that…