Skip to content

Commit e5e070f

Browse files
committed
Prepare for new release
1 parent 4612442 commit e5e070f

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

README.rst

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ django-dcat
66
django-dcat is a Django app that provides a model layer for `DCAT 3.0 <https://www.w3.org/TR/vocab-dcat-3/>`_
77
metadata and some command line tools to import data to it, to create vocabularies and more.
88

9-
.. warning::
10-
11-
This is a work in progress and it is not stable for production. Feel free to drop a comment in discussions
12-
if you have any questions or suggestions.
9+
**Note:** This is a work in progress and it is not stable for production. If you wanna see an example of what can
10+
be done checkout `Catalogo Social <https://catalogosocial.fly.dev/>`_, a data catalog implemented with django-dcat.
1311

1412
Quick start
1513
###########
@@ -38,9 +36,10 @@ CLI utilities
3836
Migrating from CKAN
3937
*******************
4038

41-
``django-dcat`` provides two commands that allows to:
42-
1) Make a dump of data from a CKAN data portal (that has `ckanext-datajson <https://github.com/GSA/ckanext-datajson>`_ installed)
43-
2) Create a Catalog with its related entities (datasets, distributions, etc)
39+
There are two commands that allows you to:
40+
41+
1) Make a dump of data from a CKAN data portal (that has `ckanext-datajson <https://github.com/GSA/ckanext-datajson>`_ installed)
42+
2) Create a Catalog with its related entities (datasets, distributions, etc)
4443

4544
.. code:: bash
4645
@@ -57,7 +56,7 @@ Migrating from CKAN
5756
Controlled vocabularies for standardise metadata
5857
************************************************
5958

60-
Commands to import controlled vocabularies used in the EU Open Data Portal in order to standardise the metadata.
59+
There are two commands to import controlled vocabularies used in the EU Open Data Portal in order to standardise the metadata.
6160

6261
.. code:: bash
6362
@@ -70,13 +69,13 @@ Commands to import controlled vocabularies used in the EU Open Data Portal in or
7069
7170
The goal of these commands is to provide data publishers with pre-filled options for the metadata fields. This will improve
7271
data quality and avoid common problems like duplicated metadata values for typos or inconsistent data entry (like distributions with
73-
`.csv`, `.CSV`, `CSV`, etc)
72+
.csv, .CSV, CSV, etc)
7473

7574

7675
Extending the model
7776
###################
7877

79-
``django-dcat`` focuses on providing a model layer for DCAT metadata. However, f you require custom fields in your application,
78+
``django-dcat`` focuses on providing a model layer for DCAT metadata. However, if you require custom fields in your application,
8079
you can extend any model using a OneToOneField pattern (similar to what you use to extend Django's User model).
8180

8281
.. code:: python

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-dcat
3-
version = 0.0.1
3+
version = 0.0.2
44
description = A Django app that provides a model layer and tools for DCAT applications.
55
long_description = file: README.rst
66
url = https://github.com/pdelboca/django-dcat/

0 commit comments

Comments
 (0)