Skip to content

Django Blog with CRUD-operations, role-based access and some AJAX functionality.

License

Notifications You must be signed in to change notification settings

yar-kik/Django-blog

Repository files navigation

Django Blog

Build Status Coverage Status GitHub Python 3.8

This is simple blog on Django web-framework

Requirements

To install and run this application you should have already installed Git and Docker.

Installation

To download project you should run in command line:

git clone https://github.com/yar-kik/Django-blog.git

To install and run project with development settings:

docker-compose -f docker-compose-dev.yml up -d

Or you can run production-ready environment configuration with Gunicorn and Nginx:

docker-compose -f docker-compose.yml up -d

About

Django Blog with CRUD-operations, role-based access and some AJAX functionality.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published