Skip to content

universalcore/unicore.content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unicore.content

Continuous Integration

Generate the models from the Avro schema:

$ virtualenv ve
$ source ve/bin/activate
(ve)$ pip install elastic-git
(ve)$ eg-tools load-schema \
    ./_schemas/unicore.content.models.Page.avsc \
    ./_schemas/unicore.content.models.Category.avsc \
    ./_schemas/unicore.content.models.Localisation.avsc \
    --map-field uuid=elasticgit.models.UUIDField \
    > ./unicore/content/models.py

About

Models for dealing with content in universal core.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages