Skip to content

Commit

Permalink
Upd README
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaakgul committed Feb 3, 2024
1 parent f3c3a46 commit 9942a26
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9942a26

Please sign in to comment.