Skip to content

DB Data SQL OR FIXTURES

Roman Myko edited this page Jun 19, 2024 · 2 revisions

fixture region/activities/categories

python manage.py loaddata ./profiles/fixtures/regions.yaml
python manage.py loaddata ./profiles/fixtures/activities.yaml
python manage.py loaddata ./profiles/fixtures/categories.yaml

insert

INSERT INTO public.authentication_customuser
("password", last_login, email, "name", surname, is_active, is_staff, is_superuser)
VALUES('', '', '', '', '', false, false, false);
Clone this wiki locally