ArtyProd is a website dedicated to graphic design, audiovisual production, and 3D design. It offers a range of services and projects for clients to consult, along with sections showcasing the team and providing site administration capabilities.
Features
- Services and Projects
Graphic Design: Creative and innovative design solutions tailored to your needs. Audiovisual Production: High-quality video production services from concept to completion. 3D Design: Cutting-edge 3D modeling and animation for various applications.
-
Team Meet Our Team: A section introducing the talented professionals behind ArtyProd.
-
Site Administration Admin Dashboard: Comprehensive administrative tools to manage the site effectively. Modify Services: Add, update, or remove service offerings. Manage Projects: Control and update project details. Team Management: Update team information and roles. Getting Started Prerequisites Python 3.x Django PostgreSQL (or any other database you're using) Other dependencies (list them here)
Installation Clone the repository:
bash >> https://github.com/Chah1ne/ArtyProd-project.git bash >> cd artyprod
Create a virtual environment:
bash >> python3 -m venv env
Activate the virtual environment:
On Windows: bash >> .\env\Scripts\activate On macOS and Linux: bash >> source env/bin/activate
Install dependencies:
bash >> pip install -r requirements.txt
Set up environment variables (create a .env file based on the .env.example provided).
Apply migrations:
bash >> python manage.py migrate
Start the development server:
bash >> python manage.py runserver