-
Notifications
You must be signed in to change notification settings - Fork 5
VS Code IDE
Visual Studio Code combines the simplicity of a source code editor with powerful developer tooling, like IntelliSense code completion and debugging. First and foremost, it is an editor that gets out of your way. The delightfully frictionless edit-build-debug cycle means less time fiddling with your environment, and more time executing on your ideas. In addition, built in linting tools, e.g., pycodestyle, pydocstyle, pylint, flake8, and other PEP 8 and PEP 257 are fully integrated in the tool.
REFERENCE: https://code.visualstudio.com/docs/python/tutorial-django
- Change Directory: cd ~/ExistingData/FoodWaste/FoodWaste
- Create virtual env: python -m pip install django
- In new Terminal Window: source env/bin/activate
- Activate VM: django-admin startproject FoodWaste
- Verify VM: python manage.py runserver
- Ctrl+click the http://127.0.0.1:8000/
- PEP 8 pycodestyle
- PEP 257 pydocstyle
FoodWaste is developed and maintained by Office of Research & Development (ORD), Center for Environmental Solutions & Emergency Response (CESER), Land Remediation & Technology Division (LRTD), Environmental Decision Analytics Branch (EDAB), U.S. Environmental Protection Agency, Cincinnati, OH 45268, under Mozilla Public License Version 2.0. See OMB Memorandum M-16-21 Section 4 & Releasing Open Source Code.