From 9942a26ac5b8840568e63cab03a3e5f9585c987f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mustafa=20Akg=C3=BCl?= <46718026+mustafaakgul@users.noreply.github.com> Date: Sat, 3 Feb 2024 14:03:59 +0300 Subject: [PATCH] Upd README --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 77b0174..a02094a 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ * Githost -> GitHub ## About Product -Link in Profile Apps like linktr.ee(admin), linkme, heylink +Link in Profile Apps like linktr.ee, linkme, heylink ## Design Samples * https://www.figma.com/community/file/1187422022288947321/devlinks-projeto-discover @@ -296,11 +296,16 @@ myproject_website/ ### Django #### Local - * python manage.py makemigrations - * python manage.py migrate - * python manage.py collectstatic - * python manage.py createsuperuser - * python manage.py runserver +* python -m venv venv +* source venv/bin/activate +* pip install -r requirements.txt +* python manage.py makemigrations +* python manage.py migrate +* python manage.py collectstatic +* python manage.py createsuperuser +* python manage.py runserver +* Create .env file from env.base +* Edit manage.py, wsgi.py, asgi.py for your environment #### DEV in AWS Elastic Beanstalk * deactivate