This is a simple project for creating article and publishing them and is based on Django.
The user_panel is an application for users to create their own articles and images and events. on this app there is simple status panel for admins. they can manage publication status of user posts or events and see their activity.
The blog is an application for seeing all public posts and events.
first we need to installing packages
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
for running
python manage.py runserver
for testing
python manage.py test
- python -> 3.12
- django -> 5.1
- sqlite3
- html
- Daniel Karami - Linkedin