git clone git@github.com:Maksat-developer/LimonGroup.git
pip3 install -r requirements.txt
python3 manage.py makemigrations accounts python3 manage.py makemigrations employees python3 manage.py makemigrations client python3 manage.py makemigrations factory
python3 manage.py migrate
python3 manage.py createsuperuser . . . .
SECRET_KEY=NFKDSNFKDSFDSMLK ALLOWED_HOSTS=localhost,127.0.0.1 DATABASE_URL=postgresql://db_name:sb_password@localhost:5432/db_username DJANGO_SETTINGS_MODLE=config.settings DEBUG=True
python3 manage.py runserver