Skip to content
This repository was archived by the owner on Jul 2, 2025. It is now read-only.
This repository was archived by the owner on Jul 2, 2025. It is now read-only.

Datos iniciales #49

@benjavicente

Description

@benjavicente

Añadir datos iniciales (fixtures en Djando) permitiría probar la aplicación sin tener que clonar la base de datos, lo que posibilitará:

No necesita tener muchos datos, pero al menos lo mínimo necesario para probar toda la aplicación.


A fixture is a collection of data that Django knows how to import into a database. The most straightforward way of creating a fixture if you’ve already got some data is to use the manage.py dumpdata command. Or, you can write fixtures by hand; fixtures can be written as JSON, XML or YAML (with PyYAML installed) documents.

Django looks in the fixtures directory inside each app for fixtures.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions