This Django application works to allow for a user to quickly sync and review 10k filings from the SEC into a SQL database for analysis
Requirements: Python 3, virtualenv
- virtualenv env -p python3
- source env/bin/activate
- pip install -r requirements.txt
- python manage.py makemigrations
- python manage.py migrate
- python manage.py runserver