Skip to content

goughjo02/react-tracks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Tracks

Resources

Setup

pip install -r requirements.txt

Contributing

pyenv + pyenv-virtualenv

To install new packages

pip install <package-name>
pip freeze > requirements.txt

VS Code

Setup for pyenv + pyenv-virtualenv

  1. Press Command/Ctrl + Shift + P and Look for Python: Select Interpreter
  2. Select the desired python environment
  3. Check your settings.json for changes and note the new value of "python.pythonPath"
  4. Set up an environmental variable named VSCODE_PYTHON_PATH with the new value of "python.pythonPath"
  5. revert the change in settings.json

for example,

# .bashrc
export VSCODE_PYTHON_PATH='/home/joey/.pyenv/versions/python-graphene/bin/python'

Changing the model

If we change our database model, we must run:

python manage.py makemigrations
python manage.py migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published