- Python Web Framework Django as Backend
- HTML, CSS & Framework BootsTrap
- JS
- For Frontend, Mundana Bootstrap Blog .
- For Frontend User Admin Panel, SB Admin 2 .
- Clone this Project
git clone https://github.com/zyndly/django-crm.git
- Go to Project Directory
cd django-blog
- Create a Virtual Environment:
- for Windows
python -m venv venv
- for Linux/Mac
python3 -m venv venv
- for Windows
- Activate Virtual Environment
venv/Scripts/Activate
- Install Requirment Packages
pip install -r requirements.txt
- Migrate Database:
-
For Windows
py manage.py makemigrations
-
For Windows
py manage.py migrate
-
For Linux/Mac
python3 manage.py makemigrations
-
For Linux/Mac
python3 manage.py migrate
-
- Create SuperUser:
- For Windows
py manage.py createsuperuser
- For Linux/Mac
python3 manage.py createsuperuser
- For Windows
- Finally Run the Projects:
- For Windows
py manage.py runserver
- For Linux/Mac
python3 manage.py runserver
- For Windows
- Dedicated Users Frontend Admin Panel.
- Frontend Login/ Register System.
- User`s Sides (Frontend) -
- Users can register.
- Users can login/logout.
- Users can add Posts.
- Users can Show / Hide Posts.
- Users can edit posts.
- Users can Delete Posts.
- Admin`s Sides (Frontend) -
- Admins can add posts.
- Admins can add Categories.
- Admin can edit posts.
- Admin can edit categories.
- Admin can delete Posts.
- Admin can delete categories.
- Admin can add users and delete users.
- Admin can make posts Features.
- Admin can Approve or Pending posts.
- Blog Posts Features -
- Blog`s Menu shows categories with most posts under them. Highest to Lowest.
- Posts are showing by Featured,by Recently added,by Categories, by most views count.
- Only the Active/Approved ,not the pending post, will show.
- Each Post has Visit Count.
- Post can be featured or popular by most views counts and comments.
- Each post has comment features.
- Has Subscription System to collect Emails for further email marketing.
- Releted posts
- Search Facility.
- Dedicated Single Category page by ( featured, popular, recently added).
- Social Media Sharing