This app was created following Corey Schafer's tutorial!
Login or Create an Account
View and Customize Your Profile
View the Articles
View an Authors Articles
Create Your Own Articles
Articles are Paginated
Article Author can Edit or Delete Their Article
Users Password can be Reset
Secret Admin Panel to Manage Users and Articles
Clone the repo to your local machine using the terminal:
$ git clone [email protected]:andrewbaldwin44/Django_Blog.git
Deploy the Development Server:
- Move into the project directory
cd django_blog
- Create a virtual environment:
python -m venv venv
- Activate the virtual environment:
source venv/bin/activate
- Install the dependencies:
pip install -r requirements.txt
- Start the development server:
python manage.py runserver
This will run the app in the development mode.
Open http://localhost:8000 to view it in the browser.
The page will reload if you make edits.
- Python
- Django
- SQL Database
- Django Crispy Forms
- Pillow Image Management
👤 Andrew Baldwin
- Github: @andrewbaldwin44