Skip to main content

A simple django project to create a curriculum vitae

Project description

=============================
django-curriculum
=============================

.. image:: https://badge.fury.io/py/django-curriculum.svg
:target: https://badge.fury.io/py/django-curriculum

.. image:: https://travis-ci.org/axeliodiaz/django-curriculum.svg?branch=master
:target: https://travis-ci.org/axeliodiaz/django-curriculum

.. image:: https://codecov.io/gh/axeliodiaz/django-curriculum/branch/master/graph/badge.svg
:target: https://codecov.io/gh/axeliodiaz/django-curriculum

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`:

.. code-block:: python

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:

* Cookiecutter_
* `cookiecutter-djangopackage`_

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage




History
-------

0.1.11 (2017-07-18)
++++++++++++++++++

* Include Overview model.
* Remove validator daprecated.
* Delete additional description.
* Change PhoneNumberField by IntegerField.
* Fix JobInfo foreign key.
* Add description to migrate.
* Add migrations files.
* Add details to run makemigrations and migrate.
* Add 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.11.tar.gz (7.1 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