Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ycrodriguez authored Mar 18, 2023
1 parent 9d6aafe commit 29c372e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#INSTALLATION
#Inside the root directory run

#CMD
python -m venv venv
cd venv
cd Scripts
activate

pip install -r requirements.txt

python manage.py migrate

0 comments on commit 29c372e

Please sign in to comment.