Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.14 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.14 KB

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