3d-models-version-1.0

Demo: https://3dmodellar.pythonanywhere.com/

Computer Networks 3D Models

This project is created to provide students with education on processes in computer networks using 3D models.

Description

This web application is built using the Django framework. It allows users to view, add, and perform other actions related to 3D models through an admin panel.

Requirements

The following packages are required to run the project:

  • Python 3.6+
  • Django 3.0+
  • Specify other requirements in the requirements.txt file.

Installation for env, venv

Follow these steps to install the project:

  1. Clone the project: git clone https://github.com/sodiqdevpython/3d-models-version-1.0.git
  2. Create a virtual environment: python -m venv venv
  3. Activate the environment: For Windows, use venv\Scripts\activate, for Unix/Linux, use source venv/bin/activate
  4. Install project requirements: pip install -r requirements.txt
  5. Apply database migrations: python manage.py migrate
  6. Run the application: python manage.py runserver

Installation for pipenv

Follow these steps to install the project:

  1. Clone the project: git clone https://github.com/sodiqdevpython/3d-models-version-1.0.git
  2. pipenv shell
  3. Install project requirements: pipenv install -r requirements.txt
  4. Apply database migrations: python manage.py migrate
  5. Run the application: python manage.py runserver

Usage

  1. Once the application is running, go to http://localhost:8000/admin in your browser.
  2. Log in to the admin panel and manage users, 3D models, and other related information.

Screenshots

Admin panel: image 1.image 2.image 3.image

Web: 1.image 2.image 3.image 4.image

Demo: https://3dmodellar.pythonanywhere.com

Contact https://t.me/sodiq0813