# Create a virtualenv:
virtualenv -ppython3.6 venv
# Activate it:
. venv/bin/activate
# Install the app and development dependencies:
pip install -e '.[dev]'
# Tell the Flask which module to use:
export FLASK_APP=time_sheets
# Init DB:
flask initdb
# Add some test data:
flask crtestdata
# Run the app:
flask run
# Try to login with 'admin0' (password: '12345')
-
Notifications
You must be signed in to change notification settings - Fork 7
nad2000/Flask-Timesheets
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published