wrench1815 / blog

A Personal Blog Site

Home Page:https://wrenchlog.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrench-log

This is Personal Portfolio + blog site im working on using Django.

This repository is meant to handle all the files needed for site.

Important Information

  • The Project makes use of Poetry as a Package manager and is the recommended method for setting up Local Development Environment.

  • For Online Environment, this project makes use of Heroku. In order to make this project work in Heroku, there is a need to have requirements.txt file in it. It can be generated by using command poetry export -f requirements.txt --without-hashes --output requirements.txt.

Techs Used

  • Django: Backend
  • Heroku: for hosting
  • MDB(Bootstrap 5 + Material design): CSS Framework
  • Design System: Soft UI by Creative Tim

Environment Variables needed

Important: make sure these Variable are in .env file. Environment Variables are autoimported from .env file.

  • SECRET_KEY
  • DATABASE_URL(different for local host and prod): simply use sqlite:///db.sqlite3 for Local Development Environment.

About

A Personal Blog Site

https://wrenchlog.herokuapp.com/


Languages

Language:CSS 69.5%Language:SCSS 14.5%Language:HTML 7.2%Language:Python 7.0%Language:JavaScript 1.7%Language:Shell 0.1%Language:Procfile 0.0%