Skip to content

artel1992/agrora

Folders and files

NameName
Last commit message
Last commit date
Aug 21, 2022
Aug 21, 2022
Aug 21, 2022
Aug 21, 2022
Aug 21, 2022
Aug 21, 2022
Aug 21, 2022
Aug 21, 2022
Aug 20, 2022
Aug 21, 2022

Repository files navigation

Создание окружения

python -m pip install pipenv or
python -m pip install --user virtualenv
python -m venv venv

Запуск проекта

pipenv shell or .\venv\Scripts\activate
pipenv install or pip install -r .\requirements.txt
cd .\front
npm i
cd ..
pipenv run migrations or python manage.py makemigrations
pipenv run migrate or python manage.py migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published