All Projects → luanfonceca → Speakerfight

luanfonceca / Speakerfight

Licence: mit
The Easier way to choose the best talks.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Speakerfight

Mediacms
MediaCMS is a modern, fully featured open source video and media CMS, written in Python/Django and React, featuring a REST API.
Stars: ✭ 313 (-5.15%)
Mutual labels:  django
Django React Templatetags
A quick way to add React components to your Django templates.
Stars: ✭ 324 (-1.82%)
Mutual labels:  django
Awesome Cheatsheets
👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
Stars: ✭ 26,007 (+7780.91%)
Mutual labels:  django
Djreact
A simple introduction to integrating Django and React.
Stars: ✭ 317 (-3.94%)
Mutual labels:  django
Django Oidc Provider
OpenID Connect and OAuth2 provider implementation for Djangonauts.
Stars: ✭ 320 (-3.03%)
Mutual labels:  django
Django Easy Pdf
PDF views, the easy way
Stars: ✭ 324 (-1.82%)
Mutual labels:  django
Letsmapyournetwork
Lets Map Your Network enables you to visualise your physical network in form of graph with zero manual error
Stars: ✭ 305 (-7.58%)
Mutual labels:  django
Dsmr Reader
DSMR-protocol reader, telegram data storage and energy consumption visualizer. Can be used for reading the smart meter DSMR (Dutch Smart Meter Requirements) P1 port yourself at your home. You will need a cable and hardware that can run Linux software. Free for non-commercial use. A Docker implementation can be found here: https://github.com/xirixiz/dsmr-reader-docker
Stars: ✭ 327 (-0.91%)
Mutual labels:  django
Vas3k.club
No bullshit IT community with private membership
Stars: ✭ 321 (-2.73%)
Mutual labels:  django
Django Disqus
Integrates DISQUS into Django
Stars: ✭ 326 (-1.21%)
Mutual labels:  django
Colossus
Self-hosted email marketing solution
Stars: ✭ 319 (-3.33%)
Mutual labels:  django
Architect
A set of tools which enhances ORMs written in Python with more features
Stars: ✭ 320 (-3.03%)
Mutual labels:  django
Joplin Web
🐍 📚 Web application companion for Joplin
Stars: ✭ 324 (-1.82%)
Mutual labels:  django
Adagios
Adagios - Web Based Nagios Configuration
Stars: ✭ 317 (-3.94%)
Mutual labels:  django
Django Concurrency
Optimistic lock implementation for Django. Prevents users from doing concurrent editing.
Stars: ✭ 327 (-0.91%)
Mutual labels:  django
E Book
Python电子书、Django电子书、鸟哥的Linux私房菜第四版PDF
Stars: ✭ 310 (-6.06%)
Mutual labels:  django
Winerama Recommender Tutorial
A wine recommender system tutorial using Python technologies such as Django, Pandas, or Scikit-learn, and others such as Bootstrap.
Stars: ✭ 324 (-1.82%)
Mutual labels:  django
Watcher
Watcher - Open Source Cybersecurity Threat Hunting Platform. Developed with Django & React JS.
Stars: ✭ 324 (-1.82%)
Mutual labels:  django
Model bakery
Object factory for Django
Stars: ✭ 328 (-0.61%)
Mutual labels:  django
Django X509
Reusable django app implementing x509 PKI certificates management
Stars: ✭ 326 (-1.21%)
Mutual labels:  django

Speakerfight
The Easier way to choose the best talks.

Gitter


How to Contribute

In case if you want to contribute with code, I recomend you to look at our Roadmap. In that section you will find many issues to help us to keep on track of an awesome project timeline.
See our CONTRIBUTING.md file to understand how we code.

How to Install

After installation, you will have two users created "admin:admin" and "user:user". In order to use the Social Authentication you need to setup the django-allauth by yourself, for security reasons.

Normal Installation

$ git clone [email protected]:luanfonceca/speakerfight.git
$ cd speakerfight
$ make setup
$ python manage.py runserver

Docker Installation

Dependencies:
$ git clone [email protected]:luanfonceca/speakerfight.git
$ cd speakerfight
$ docker-compose build
$ docker-compose run web make setup
$ docker-compose up
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].