This repository contains a Django project for the Affiliate Platform, aimed at empowering individuals to become successful affiliates and earn substantial income by promoting a diverse range of products.
- common: Common functionality and utilities.
- extras: Additional scripts or configurations.
- management: Management scripts for the project.
- payments: Functionality related to payments and transactions.
- products: Handling of products and product-related data.
- reports: Generation and management of reports.
- users: User management and authentication.
- .gitignore: Specifies intentionally untracked files to ignore.
- LICENSE: License information for the project.
- manage.py: Django project management script.
-
Clone the Repository:
git clone https://github.com/anandsuraj/Affiliate-Platform-Python.git
-
Install Dependencies:
pip install -r requirements.txt
-
Run Migrations:
python manage.py migrate
-
Start the Development Server:
python manage.py runserver
-
Access the Application:
http://localhost:8000/
- Fork the repository
- Make your changes
- Submit a pull request
This project is licensed under the terms of the MIT License. See the LICENSE file for details.