Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 390 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 390 Bytes

Acte Normative

People write scrapers for Romanian institutions, send data to this app, we provide a search interface where they can view a search, follow it and get emails when new stuff appears.

Development setup

pip install -r requirements.txt
echo 'from .settings_base import *' > hub/settings.py
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver