Skip to content

atiaditya/ExcelV1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • add a env folder in the root repository which will have your virtual environment
  • add a instance folder which will have config.py file
  • the config.py file should have your config variables like SECRET_KEY, SQLALCHEMY_DB_URI etc..
  • add both folders and also pycache wherever it occurs into .gitignore using the command:
  • echo "__pycache__/">>.gitignore *
  • echo "env/">>.gitignore *
  • echo "instance/">>.gitignore *

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors