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!
The project deployed on Render
login: test.user
password: qwer.user1234
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
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
- Project homepage: http://127.0.0.1:8000/
- Repository: https://github.com/LiudmylaKulinchenko/newspaper-agency