Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szilvia-csernus/blog_project
https://github.com/szilvia-csernus/blog_project
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/szilvia-csernus/blog_project
- Owner: szilvia-csernus
- Created: 2023-07-31T17:50:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-18T22:46:53.000Z (8 months ago)
- Last Synced: 2024-03-18T23:44:43.957Z (8 months ago)
- Language: CSS
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog_project
A practice project, adapted from Maximillian Schwarzmuller's "Python Django - The Practical Guide" course.
## Features
Szilvia's Blog, last 3 posts on home page. All Posts page. Clicking a post leads to the detailed post page, where people can comment.
People can save their featured posts that gets stored in session storage. (No Registration / Login!)
Contact Me form, that sends a message to my email account, complete with image attachement!## To get started with the development server:
0. (Make sure python is installed, clone the project and navigate to the root folder.)
1. To create a virtual environment called 'venv':
`python3 -m venv venv`
2. Activate the virtual environment:
`source venv/bin/activate`
3. Install the prerequisites to this project:
`pip install -r requirements.txt`
4. To start the development server:
`python manage.py runserver`
# Credits
Photo by Samuel Ferrara on Unsplash
Photo by Ethan Dow on UnsplashPhoto by Christopher Gower on Unsplash
Photo by David Emrich on Unsplash