Skip to content

cyphonmdr/cyphon-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cyphon Configurations

This is a depot for sharing Cyphon configurations.

Configurations are saved as Django fixtures, which are described here. If you'd like to share your Cyphon configurations with the community, please submit a pull request to this repo.

Importing and Exporting Configurations

You can import and export configurations as fixtures by following the instructions here.

Guidelines

When submitting fixtures, please avoid using primary keys (e.g., "pk": 1). An object with a primary key may throw an IntegrityError if an object with that same primary key already exists in a database. Instead, use natural keys. The exception to this rule is if an object is referenced by a generic relation, which currently does not support use of natural keys (see ticket #23268).

About

Depot for Cyphon configurations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages