Skip to content

curlyhilfiger/titylnik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titylnik

Flask App that generates documents from templates and html.

Installation

Download or clone projects here.

For setup use virtual environment

Also on Windows it's requires to install pandoc manually

Check requirements.txt

pip install flask #and other

Write next commands:

Windows CMD

set FLASK_APP=run.py
set FLASK_ENV=development
flask run

Linux

$ export FLASK_APP=run.py
$ export FLASK_ENV=development
$ flask run

Usage

You can use it as you want. I hope this helps you in your studies.

Contributing

Pull requests are welcome.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published