An open API service indexing awesome lists of open source software.

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.

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

***
![home.png](media/git/home.png)
***

### Categories Page

***
![category.png](media/git/category.png)
***

### Blog Page

***
![blog.png](media/git/blog.png)

Blog Detail

![blog_detail.png](media/git/blog_detail.png)
***

### Admin Page

***
![admin.png](media/git/admin.png)
***