/Django-Blog

An awesome blog to jumpstart your portfolio

Primary LanguagePython

Django Blog

An awesome blog to jumpstart your portfolio!
View Demo · Contact Me · How to make it

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contact

About The Project

developed as an open source project and to teach users the concept of MVC and how to develop a website using django. django-blog is a blog website for every developer that want a simple blog to share thier ideas.

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

Getting Started

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • python

Installation

  1. Clone the repo
    git clone https://github.com/michaelbelete/Django-Blog.git
  2. Create a virtual environment
    python -m venv venv
  3. Activate the virtual environment
    source venv/source/activate
  4. Install the requirements
     pip install -r requirements.txt
  5. Migrate
        python manage.py migrate
  6. create a super user and enter your email and password
        python manage.py createsuperuser
  7. run the server
        python manage.py runserver
  8. go to localhost:8000/admin and login

Contact

Michael Belete - @michaelbelete16 - it.michael.belete@gmail.com