-
I am unable to figure out how to add games to the database. When running
python manage.py shell 1 add_game(12020598)
NameError: name 'add_game' is not defined
Updating the readme to explain how to ad…
-
I am having a issue with getting the date from a git commit. I keep getting this error:
```
Traceback (most recent call last):
File "/code/manage.py", line 19, in
main()
File "/code/ma…
-
`pact`-installed packages currently take precedence over `conda`-installed packages under Babun's default `bash` and `oh-my-zsh` environments – and this is probably a BadThing(_tm_).
For example, the…
-
**Describe the bug**
- I am following the [OFFICIAL Quick Start Guide](https://pinaxproject.com/pinax/quick_start/)
CODE 1
```
pip install virtualenv
virtualenv mysiteenv
source mysiteenv/bi…
-
**Is your feature request related to a problem? Please describe.**
Builds with Poetry can take quite a bit of time, to decrease build time and increase ability to iterate quickly and build quickly, c…
-
### Package name
jupyter
### Python package index URL
_No response_
### Reason
its required for https://github.com/b4mad/racing/tree/main/ai
-
My animation doesn't work like yours. Which python libraries and versions are you using? Can you create a requirements file so we know we are developing in the same environment?
You can do this wi…
-
I get the following stack trace when running:
`PAPERLESS_FORGIVING_OCR=1 python src/manage.py document_retagger`
```
Traceback (most recent call last):
File "/usr/lib/python3.7/site-packages…
-
Hey @jpic
First, thanks for the work! :-)
I remember the last time I used django-cities-light everything was up and running here.
I use Centos 6.4 on production machines and it uses Python 2.6. Is…
-
As seen in #148, the CI pipeline is non-deterministic because dependencies are not pinned, i.e. the CI pipeline uses some versions of the dependencies at one point in time and possibly other versions …