No description
Find a file
Kumi 0d3f1c3733
feat: add Offer model and migration
Introduce the Offer model to manage domain purchase offers. The new model includes fields for offered price, messages, intended use, and status with choices for 'pending', 'accepted', and 'rejected', linked to both the Domain and User models. Updated URLs to support offer creation and listing.

This change facilitates better tracking and management of offers made on domains, enabling more robust domain transactions.
2024-08-02 17:33:44 +02:00
.vscode feat: initial project setup for CaffeinatedDomains 2024-08-02 17:33:08 +02:00
caffeinateddomains feat: add Offer model and migration 2024-08-02 17:33:44 +02:00
.gitignore feat: initial project setup for CaffeinatedDomains 2024-08-02 17:33:08 +02:00
LICENSE feat: initial project setup for CaffeinatedDomains 2024-08-02 17:33:08 +02:00
manage.py feat: initial project setup for CaffeinatedDomains 2024-08-02 17:33:08 +02:00
pyproject.toml feat: initial project setup for CaffeinatedDomains 2024-08-02 17:33:08 +02:00
README.md feat: initial project setup for CaffeinatedDomains 2024-08-02 17:33:08 +02:00