Skip to content

andrimarjonsson/chalice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chalice

My small blog and portfolio written in Python using Flask.

Requirements

  • Flask
  • Flask-Login
  • Flask-SQLAlchemy
  • Pygments
  • Markdown
  • translitcodec

Easiest way to install these is via easy_install or pip.

Getting started

  1. Rename chalice/default_config.py to chalice/config.py
  2. Set your db connection string.
  3. Set username and password for the admin interface.
  4. Call python createdb.py && python run.py
  5. Point your browser to http:://localhost:5000/

License

BSD

About

My site written in Python using Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published