django-seed icon indicating copy to clipboard operation
django-seed copied to clipboard

:seedling: Seed your Django database with fake data

Results 29 django-seed issues
Sort by recently updated
recently updated
newest added

I want to seed an specific model in my App. let's assume we have an app named `myproduct` which has two models `category` and `products`. Using command ``` python manage.py...

This change set replaces `logging.warn` with `logging.warning` in seeder.py. AFAICT, the `warn` method was initialled deprecated in Python 3.3 and finally removed by Python 3.11. I _think_ setup.py may also...

- Change the data structure of the `orders` attribute in the `Seeder` class to deque I've made some changes to improve execution speed by using `popleft()` from deque instead of...

So I have an app named clients that has the following relations ``` client -> location location is in a different app named general Location -> region -> country ```...

This change set replaces logging.warn with logging.warning in seeder.py. AFAICT, the warn method was initialled deprecated in Python 3.3 and finally removed by Python 3.11. I think setup.py may also...

(.venv) ❯ pip install django-seed Collecting django-seed Using cached django_seed-0.3.1-py3-none-any.whl Requirement already satisfied: django>=1.11 in c:\proyectos\personal\python\tutorial\plantilla\.venv\lib\site-packages (from django-seed) (5.1.4) Requirement already satisfied: Faker>=0.7.7 in c:\proyectos\personal\python\tutorial\plantilla\.venv\lib\site-packages (from django-seed) (33.1.0) Requirement already...

PS C:\Users\samud\OneDrive\Desktop\project\my_blog> python manage.py seed post --number=50 {'verbosity': 1, 'settings': None, 'pythonpath': None, 'traceback': False, 'no_color': False, 'force_color': False, 'skip_checks': False, 'number': 50, 'seeder': None} Traceback (most recent call last):...

`Collecting psycopg2-binary Using cached psycopg2-binary-2.9.10.tar.gz (385 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Building wheels for collected packages: psycopg2-binary...