-
Notifications
You must be signed in to change notification settings - Fork 0
Simple flask application for administrative management tools
agene0001/Scheduler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
$ pip install pytest coverage $ pip install -e . This tells pip to find pyproject.toml in the current directory and install the project in editable or development mode. Editable mode means that as you make changes to your local code, you’ll only need to re-install if you change the metadata about the project, such as its dependencies. You can observe that the project is now installed with pip list. run application $ flask --app flaskr run --debug
About
Simple flask application for administrative management tools
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published