Skip to content

bm13563/Volley

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Volley

Connecting great people

Installing the project

Config files are not kept in the project!!

  1. Clone the repository
  2. Create a virtual environment -> python -m venv venv
  3. Install requirements from requirements.txt -> pip install

Working on the project

  1. Run the project through the manage.py file, using the --run flag + the environment. This is recommended, rather than using flask run or python app.py, since environment variables, flask config, linting etc is handled explicitly.
python manage.py --run dev
  1. Run tests through the manage.py file, using the --test flag. This will handle environments and flask config automatically.
python manage.py --test
  1. Commit to the repo through the manage.py file, using the --commit flag. This will run the linters and push to the correct location. This must have a commit message.
python manage.py --commit "The commit message for the change"

About

Connecting great people

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages