https://github.com/ikramovna/uzinterfax
Uzinterfax is a versatile blog platform built with Django, designed to deliver exceptional user engagement and content management capabilities. It facilitates easy posting, categorization, and management of articles focusing on construction industry insights.
https://github.com/ikramovna/uzinterfax
django django-ckeditor django-hitcount django-import-export postgresql pytest
Last synced: 3 months ago
JSON representation
Uzinterfax is a versatile blog platform built with Django, designed to deliver exceptional user engagement and content management capabilities. It facilitates easy posting, categorization, and management of articles focusing on construction industry insights.
- Host: GitHub
- URL: https://github.com/ikramovna/uzinterfax
- Owner: ikramovna
- Created: 2024-11-28T07:52:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-09T06:49:58.000Z (about 1 year ago)
- Last Synced: 2025-05-18T13:12:34.355Z (about 1 year ago)
- Topics: django, django-ckeditor, django-hitcount, django-import-export, postgresql, pytest
- Language: JavaScript
- Homepage:
- Size: 13.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zokirjonova Muslima 24835737
## Project Overview
This project is developed using Python and Django Rest Freamwork. It includes various functionalities such as database migrations, static file collection, and user management.
## Setup Instructions
### Requirements
- Python
- pip
### Installation
1. Install the required packages:
```sh
pip3 install -r requirements.txt
```
2. Apply database migrations:
```sh
./manage.py makemigrations
./manage.py migrate
```
3. Create a superuser:
```sh
python3 manage.py createsuperuser --username admin --email admin@mail.com
```
4. Collect static files:
```sh
python3 manage.py collectstatic
```
## Usage
- To start the development server:
```sh
python3 manage.py runserver
```
# Author
Zokirjonova Muslima 24835737
### Project Overview
This project is developed using Python and Django Rest Freamwork. It includes various functionalities such as database migrations, static file collection, and user management.
### Home Page
***

***
### Categories Page
***

***
### Blog Page
***

Blog Detail

***
### Admin Page
***

***