-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
56c1ff5
commit 13ade68
Showing
8 changed files
with
107 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
load_fixtures: | ||
python ..\manage.py loaddata .\fixture\users_position_dump.json --app=users | ||
python ..\manage.py loaddata .\fixture\tasks_skill_dump.json --app=tasks | ||
python ..\manage.py loaddata .\fixture\users_user_dump.json --app=users | ||
python ..\manage.py loaddata .\fixture\ipr_ipr_dump.json --app=ipr | ||
python ..\manage.py loaddata .\fixture\tasks_task_dump.json --app=tasks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Загрузка данных в БД(фикстуры) | ||
|
||
## [Основной REAMDE.MD файл](../README.md) | ||
|
||
## Для загрузки фикстур в БД выполните команды | ||
|
||
```bash | ||
cd docs # Переход в папку docs | ||
load_fixtures.bat # Для загрузки фикстур в бд на Windows | ||
make Makefile # Для загрузки фикстур в бд на Linux | ||
``` | ||
|
||
### Superadmin | ||
|
||
> Используйте логин и пароль от Superadmin для входа в панель администратора | ||
- Login: <[email protected]> | ||
- Pass: Password | ||
|
||
### Пользователи | ||
|
||
- Пароль для всех: fd3fvcv33df | ||
|
||
### Директор | ||
|
||
- <[email protected]> | ||
|
||
### Руководители команд | ||
|
||
- <[email protected]> | ||
- <[email protected]> | ||
- <[email protected]> | ||
|
||
### Сотрудники | ||
|
||
- <[email protected]> | ||
- <[email protected]> | ||
- <[email protected]> | ||
- <[email protected]> | ||
- <[email protected]> | ||
- <[email protected]> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
python ..\manage.py loaddata .\fixture\users_position_dump.json --app=users | ||
python ..\manage.py loaddata .\fixture\tasks_skill_dump.json --app=tasks | ||
python ..\manage.py loaddata .\fixture\users_user_dump.json --app=users | ||
python ..\manage.py loaddata .\fixture\ipr_ipr_dump.json --app=ipr | ||
python ..\manage.py loaddata .\fixture\tasks_task_dump.json --app=tasks |