Skip to content

Project for managing newspaper agency system with newspapers, topics and redactors.

Notifications You must be signed in to change notification settings

LiudmylaKulinchenko/newspaper-agency

Repository files navigation

Newspaper agency

Using this project you can registrate as redactor, easily manage a process of adding newspapers with topics and check all available publications with userfriendly interface!

Check it out!

The project deployed on Render

login: test.user
password: qwer.user1234

Installing

Python3 must be already installed

git clone https://github.com/LiudmylaKulinchenko/newspaper-agency.git  # clone project to your PK
cd newspaper-agency/  # change directory to the project directory
python -m venv venv
venv/Scripts/activate  # create and activate virtual environment
pip install -r requirements.txt  # install requirements
python manage.py runserver  # starts Django Server

Features

What's all the bells and whistles this project can perform?

  • Authentication fuctionality for Redactor/User
  • Adding newspapers & managing topics directrly from website interface
  • Admin panel for advanced managing

Links

Demo

Website interface

About

Project for managing newspaper agency system with newspapers, topics and redactors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published