generated from ita-social-projects/DevTemplate
-
Notifications
You must be signed in to change notification settings - Fork 3
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 INTO public.authentication_customuser
("password", last_login, email, "name", surname, is_active, is_staff, is_superuser)
VALUES('', '', '', '', '', false, false, false);