-
Hello!
I'm trying to create [DefectDojo](https://github.com/DefectDojo/django-DefectDojo) image with a docker-compose.yml, but I get an error in a podman-compose function.
**To Reproduce**
Steps …
-
Hello,
I am trying to execute the project on Windows 10 using virtual env. I am not a web developer and I need your hint to solve my issue.
this is the .env file I am using.
`
# Environment variab…
-
按照步骤配置以后,运行python manage.py collectstatic,得到以下错误:
Traceback (most recent call last):
File "manage.py", line 9, in
execute_from_command_line(sys.argv)
File "/home/gavin/.virtualenvs/django…
-
During Geotrek-admin installation, if I don't mention French in the available languages, I get the following error:
```
Read env configuration from /opt/geotrek-admin/lib/python3.8/site-packages/geo…
-
# 메인 페이지 구성하기
1. **frontend 앱 구성하기:**
```bash
python manage.py startapp frontend
```
2. **frontend 앱의 urls.py 작성:**
```python
# frontend/urls.py
from django.urls import path
fro…
-
For some reason, the LinkInline doesn't show inline objects except the first one.
I've created a very simple example with two models:
``` python
from django.db import models
# Create your models he…
-
I'm trying to boot-up drf-yasg and when I access the swagger docs I get this error.
So I tried to debug it and try to see where it fails and this is the place:
https://github.com/encode/django-rest-…
-
I am reaching out regarding an issue encountered during the migration process from NetBox to Nautobot as I am pretty new in this domain. Allow me to provide detailed insights into the situation and th…
-
-
Currently, I'm missing two relevant features in the django admin for registrations:
- Filtering on multiple values (e.g. registrations for two events, or for multiple statuses). This is possible by…