Skip to content

Commit

Permalink
Create .gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeCarefully authored Sep 22, 2021
1 parent 1373561 commit a3c6621
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

tasks:
- init: |
mv env.example .env
python -m pip install --upgrade pip
pip install -r requirements.txt
python manage.py migrate
command: |
python manage.py runserver
ports:
- port: 8000
visibility: private
onOpen: open-preview

vscode:
extensions:
- ms-python.python

0 comments on commit a3c6621

Please sign in to comment.