-
При попытке использовать django-loginza (django 1.7, python 3.3+):
D:\myflat>manage.py syncdb
Traceback (most recent call last):
File "D:\myflat\manage.py", line 10, in
execute_from_command…
-
Hello
I just tried to setup an example project based on the sample-django from signoz. I'm trying to use the auto instrumentation for the python django service but I'm facing a Module not found erro…
-
Hello
I'm using the docker build from production-template repository.
During the first run of migrate, this is what I got:
```
Initializing database migrations. This may take a minute.
Oper…
-
I installed pip-check-reqs 2.1.1 and ran `pip-extra-reqs` on a django project to check for unused packages in the project's requirements.txt. The command output listed multiple packages as "Extra requ…
-
I am utilizing drf-flex-fields heavily and everything works fine until the moment i add:
```python
REST_FRAMEWORK = {
...
'DEFAULT_FILTER_BACKENDS': (
'rest_flex_fields.filter_b…
-
Hi,
Looking through logs I see this message:
```
wger_server | System check identified some issues:
wger_server |
wger_server | WARNINGS:
wger_server | ?: (wger.W002) exercises without …
-
# Syntax
~~Once again we would change required syntax to work :sweat_smile:~~
```python
from dataclasses import dataclass
from types import SimpleNamespace
from typing import Callable
from st…
-
I may be missing something here, but I don't think so.
Askbot's sample configs specify a Django config setting "TINYMCE_URL", and there's a (fairly idiotic) check in startup_procedures.py which check…
-
I am getting following error
`Exception in thread django-main-thread:
Traceback (most recent call last):
File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
F…
-
I've had 3 requests for this from different people so far, and have been thinking of doing it myself for a while. Django-tastypie (http://tastypieapi.org/) seems to be the REST framework of choice for…