From 321fedc27705b14beaaf06f7aca9e3c1cf1b76ec Mon Sep 17 00:00:00 2001
From: Aykhan Shahsuvarov <88669260+Ayxan-z@users.noreply.github.com>
Date: Thu, 1 Sep 2022 17:28:05 +0400
Subject: [PATCH] Update README.md
---
README.md | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/README.md b/README.md
index e69de29..e8d8487 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,16 @@
+## Demo Project Link
+https://ayxan.pythonanywhere.com
+
+## Installition for Dev
+**pip install -r requirements.txt
+cd src/
**
+
+add SECRET_KEY to .env.example file
+rename .env.example to .env
+
+**python3 manage.py makemigrations account --settings=config.settings.development
+python3 manage.py makemigrations series --settings=config.settings.development
+python3 manage.py migrate --settings=config.settings.development
**
+
+## Run for Dev
+**python3 manage.py runserver --settings=config.settings.development**