- Notifications
You must be signed in to change notification settings - Fork0
pythonDrive/bootcamp
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
An enterprise oriented social network
| License: | MIT |
|---|
Bootcamp is an open sourceenterprise social network of open purpose, on which you can build for your own ends.
The project has four basic apps:
- News (A Twitter-like microblog)
- Articles (A collaborative blog)
- Question & Answers (A Stack Overflow-like platform)
- Messeger (A basic chat-a-like tool for asynchronous communication.)
- Python 3.6.x / 3.7.x
- Django Web Framework 1.11.x / 2.0.x
- PostgreSQL
- Redis 3.2
- Daphne
- Caddy
- Docker
- docker-compose
- WhiteNoise
- Twitter Bootstrap 4
- jQuery 3
- Django-channels (for WebSockets)
- Sentry
- Mailgun
- Cookiecutter
To run the tests, check your test coverage, and generate a simplified coverage report:
$ pytest
To generate an HTML report:
$ coverage html$ open htmlcov/index.html
To check the report in console:
$ coverage report -m
Sentry is an error logging aggregator service. You cansign up for a free account or download and host it yourself.The system is setup with reasonable defaults, including 404 logging and integration with the WSGI application.
You must set the DSN url in production.
The following details how to deploy this application.
See detailedcookiecutter-django Heroku documentation.
See detailedcookiecutter-django Docker documentation.
About
An enterprise social network
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors
Uh oh!
There was an error while loading.Please reload this page.
Languages
- CSS49.9%
- Python28.2%
- HTML14.1%
- JavaScript6.0%
- Shell1.4%
- Dockerfile0.4%