Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ blog Public

Repository dedicated for a blog made using the django framework

Notifications You must be signed in to change notification settings

alherdom/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Blog

Blog application built with Django framework.

Author: Alejandro Hernández Domínguez

Project

Error

Run locally

Previous steps to run the application locally:

1. Clone the repo:

git clone https://github.com/alherdom/django_blog.git

2. Create an enviorment in the project root:

python -m venv .venv --prompt blog

3. Activate the environment:

source .venv/bin/activate

4. Install dependencies:

pip install -r requirements.txt

5. Create a ".env" for environment vars:

touch .env

Steps to run the application:

It is recommended to use the "justfile" for a smoother execution.

1. Running the server locally:

python manage.py runserver

or

just runserver

2. Starting development server at:

http://127.0.0.1:8000/blog/

3. Quit the server with:

ctrl + c

About

Repository dedicated for a blog made using the django framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages