Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 950 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 950 Bytes

django-postgresql study

en ru

A simple blog project, meant to be proof of basic competence in working with the technologies of Django and PostgreSQL.

There are two intended ways of starting the server. First, one should navigate tho the server/ subdirectory of the project, and then executing one of the following commands:

  • to start the server directly, use the command python manage.py runserver.
  • to start the server using Docker, use the command docker-compose up [--build].

Currently, the application allows a user to register, log in, view, post, edit, and delete comments. The access to this functionality is provided by the links in the header of the project's pages.