Skip to main content

A simple django project to create a curriculum vitae

Project description

https://badge.fury.io/py/django-curriculum.svg https://travis-ci.org/axeliodiaz/django-curriculum.svg?branch=master https://codecov.io/gh/axeliodiaz/django-curriculum/branch/master/graph/badge.svg

A simple django project to create a curriculum vitae

Documentation

The full documentation is at https://django-curriculum.readthedocs.io.

Quickstart

Install django-curriculum:

pip install django-curriculum

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_curriculum',
    ...
)

And create migrations and migrate the models:

python manage.py makemigrations django_curriculum
python manage.py migrate django_curriculum

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2017-07-17)

  • First release on PyPI.

0.1.1 (2017-07-17)

  • Includying Overview model.

0.1.2 (2017-07-17)

  • Removing validator daprecated.

0.1.3 (2017-07-17)

  • Delete additional description.

0.1.4 (2017-07-17)

  • Change PhoneNumberField by IntegerField.

0.1.5 (2017-07-17)

  • Fix JobInfo foreign key.

0.1.6 (2017-07-17)

  • Adding description to migrate.

0.1.7 (2017-07-17)

  • Adding migrations files.

0.1.8 (2017-07-17)

  • Adding details to run makemigrations and migrate.

0.1.9 (2017-07-17)

  • Adding language register and include all ModelAdmin.

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-curriculum-0.1.9.tar.gz (7.2 kB view hashes)

Uploaded Source

Supported by

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