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 = (
...
'curriculum',
...
)

Create migrations and migrate the models: ::

python manage.py makemigrations curriculum
python manage.py migrate curriculum

Add the urls.py to access the API Rest: ::

urlpatterns = [
...
url(r'^api/curriculum/', include('curriculum.urls')),
...
]

All API urls by default are in: http://localhost:8000/api/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.12 (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.
* Add TimeStampedModel to Overview

0.1.13 (2017-07-19)
++++++++++++++++++

* Add Rest API

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.13.tar.gz (8.9 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