For questions concerning use of extension packages for the web framework Django.
Questions tagged [django-packages]
16 questions
0
votes
1 answer
Django: __init__.py package breaks migrations
In my app, I have file structure:
myapp/
...
models.py
helpers/
__init__.py
RandomFileName.py
...
In RandomFileName.py I have helper class that generates random file names for my models:
class…

Lex Podgorny
- 2,598
- 1
- 23
- 40