-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update fixes error indentation in models.py file
and added troubleshoots for beginners in README.md file and added pip2 compatible format with requirements-pip2.txt file and added gitignore file with basics and removed useless empty subfolder flask easy template
- Loading branch information
Systemaker
committed
Feb 19, 2017
1 parent
d2c4c0c
commit 4302cea
Showing
5 changed files
with
86 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Byte-compiled / optimized files | ||
__pycache__/ | ||
*.py[cod] | ||
|
||
# Database maybe | ||
# *.sqlite | ||
|
||
#log file maybe | ||
*.log | ||
|
||
# Project specific ignores | ||
*.swp | ||
*.bak | ||
|
||
local_config.py | ||
.idea/ | ||
.vscode/ |
Submodule Flask-Easy-Template
deleted from
631670
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.