Skip to content

faresemad/Simple-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Blog

Simple Blog App With Django 4 By Example Book

Installation

  1. Clone this repository: git clone https://github.com/faresemad/Simple-Blog.git.
  2. cd into Simple-Blog.
  3. Create a virtualenv with python -m venv .venv.
  4. Activate virtualenv: source .venv/bin/activate on Linux or source .venv/Scripts/activate on Windows.
  5. Install dependencies: pip install -r requirements.txt.
  6. Run migrations: python manage.py migrate.
  7. Create a superuser: python manage.py createsuperuser.
  8. Run the server: python manage.py runserver.
  9. Open http://localhost:8000 in your browser.
  10. Open http://localhost:8000/admin to access the admin site.

About

Simple Blog App With `Django 4 By Example Book`

Topics

Resources

Stars

Watchers

Forks

Languages