Skip to main content

A Django app for managing car data

Project description

Django Cars

A Django application for managing car data. This package provides functionality for loading and managing car data within a Django project.

Features

  • Load car data from a custom management command
  • Manage car data within a Django admin interface
  • Easy integration into existing Django projects

Installation

You can install the package via pip:

pip install django_cars

Usage

  • Add cars to your INSTALLED_APPS in your Django settings file:
# settings.py
INSTALLED_APPS = [
    ...,
    'cars',
]
  • Run the migrations to set up the database tables:
python manage.py migrate
  • Load the car data using the custom management command:
python manage.py load_car_data

Development

Setting Up a Development Environment

  • Clone the repository:
git clone https://github.com/yourusername/django_cars.git
cd django_cars
  • Create a virtual environment and activate it:
python -m venv venv
source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  • Install the development dependencies:
pip install -r requirements.txt
  • Run the Django development server:
python manage.py runserver

Running Tests

To run the tests for this project, use the following command:

python manage.py test

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any changes.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Acknowledgements

This project was inspired by the need for an efficient way to manage car data within Django applications. Special thanks to the Django community for their continuous support and contributions.

Contact

For any questions or feedback, feel free to reach out:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_cars-0.0.1.tar.gz (10.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_cars-0.0.1-py3-none-any.whl (12.2 kB view details)

Uploaded Python 3

File details

Details for the file django_cars-0.0.1.tar.gz.

File metadata

  • Download URL: django_cars-0.0.1.tar.gz
  • Upload date:
  • Size: 10.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for django_cars-0.0.1.tar.gz
Algorithm Hash digest
SHA256 75c758fe9468ec833c76563534b6d6192a19ef11d869e4c4bb6a654c81d1b89a
MD5 4680d3dd78d77ae8250db1d05dc296a8
BLAKE2b-256 f8c908246865fc923b419cc2b0ce4fe45a5f71199d29feb84d0effb932fdf747

See more details on using hashes here.

File details

Details for the file django_cars-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: django_cars-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 12.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for django_cars-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 edbd81cc5515e4415e36f0528be135779fe86c72056fa407bda5e862e7184f0d
MD5 92518263ff8a3f3d705cfc0bb9985797
BLAKE2b-256 b4880013fcaca17307a554110959555d889deed36a6f19348deafe6c4e490bc5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page