An open API service indexing awesome lists of open source software.

https://github.com/abdelkareemkobo/journal

journalism system with Django
https://github.com/abdelkareemkobo/journal

Last synced: 7 days ago
JSON representation

journalism system with Django

Awesome Lists containing this project

README

          

# journal
journalism system with Django
* [ ] dependencies
* [ ] Django init
* [ ] Configuration via django-environement
* [ ] Configure Web Server
* [ ] testing / Coverage
* [ ] Continuous integration
* [x] pre-commit
* [ ] Django Modeling
* [ ] Heroku

### Setup
```
python3 -m venv venv
pip install -requirements-dev.txt -r requirements.txt
```