Skip to content

shaariqch/django-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-blog

A simple blog made using Django, following Django best practices and using Django built-in user authentication.

Steps to run a dev server

(optional, but recommended)

Create a virtual environment: virtualenv env

Activate environment: env\Scripts\activate

Install dependencies

To install dependencies, run: pip install -r requirements.txt

Model migrations

Run model migrations:

python manage.py makemigrations
python manage.py migrate

Run the server

Run: python manage.py runserver

If you want to use the admin panel, be sure to create a supseruser using the command python manage.py createsuperuser before starting the dev server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published