You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Display row number in each task and add seed command
* Add a seed command
* Add row number in templates
* Correctly set docker-compose's env
* No need for directory listing
* Clean unused code
* Use only moonsheep's production mode
* Show for errors in html
* Add support for row number in models and forms
* Adapt tasks to moonsheep's production mode
* Wait for a longer period of time
* Seed all the time
* Update development instructions
* Remove debug leftovers
Copy file name to clipboardExpand all lines: README.md
+9-22Lines changed: 9 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Catalog politic - Declaratii de avere [](https://datree.io/?src=badge)[](https://github.com/code4romania/catpol-declaratii/graphs/contributors)[](https://github.com/code4romania/catpol-declaratii/commits/master)[](https://opensource.org/licenses/MPL-2.0)
1
+
# Catalog politic - Declaratii de avere [](https://datree.io/?src=badge)[](https://github.com/code4romania/asset-declarations/graphs/contributors)[](https://github.com/code4romania/asset-declarations/commits/master)[](https://opensource.org/licenses/MPL-2.0)
2
2
3
3
<!-- Please don't remove this: Grab your social icons from https://github.com/carlsednaoui/gitsocial -->
4
4
@@ -23,7 +23,7 @@
23
23
* MAKING PUBLIC INFORMATION TRULY PUBLIC
24
24
* data from asset declarations, including a net worth estimation
25
25
26
-
**Important!** This project is currently out of sync with the latest version of [Moonsheep](https://github.com/themoonsheep/moonsheep), a library that it is dependent on. In order for development to continue, we must first fix [this critical issue](https://github.com/code4romania/catpol-declaratii/issues/191).
26
+
**Important!** This project is currently out of sync with the latest version of [Moonsheep](https://github.com/themoonsheep/moonsheep), a library that it is dependent on. In order for development to continue, we must first fix [this critical issue](https://github.com/code4romania/asset-declarations/issues/191).
27
27
28
28
Currently, in Romania, public information on elected officials is spread on a multitude of media, in a multitude of formats and requires a
29
29
priori knowledge of the sources where data resides, making it hard, if not impossible for a regular citizen to make sense of the data.
@@ -87,34 +87,21 @@ Political Catalogue - Asset Declaration is a web application.
87
87
Installation process
88
88
* Fork this repo
89
89
* Clone your fork
90
-
* Open the directory where you have cloned the repo (`cd catpol-declaratii`)
90
+
* Open the directory where you have cloned the repo (`cd asset-declarations`)
91
91
* Optionally, you can create a virtual environment named "venv": `python3 -m venv venv` and then activate it: `source venv/bin/activate`
0 commit comments