Skip to content

AnkushSarkar10/PyBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Py-blog

A CRUD bloging app

The app

Built With

other dependencies are in the requirements.txt.

Deployment

I used Heroku for hosting this site.

Code

  • views.py - This has all the routs to the differnt sections of the site, and also the login infos.
  • models.py - This has the classes used to create the slq-alchemy data bases
  • forms.py - This has the form classes created by wt-forms.
  • Templates - This contains all the html code.
  • Static - This contains all the css code.
  • run.py - It runs the app.