All Projects → grupyrn → jararaca

grupyrn / jararaca

Licence: GPL-3.0 license
GruPy-RN Event and Check-in System

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to jararaca

php-event-manager
PHP event manager. simple, fully functional event management dispatcher implementation. 简洁,功能完善的事件管理实现,支持快速的事件组注册,设置事件优先级,通配符事件的监听。
Stars: ✭ 25 (+0%)
Mutual labels:  event-management
tardis
Event sourcing toolkit
Stars: ✭ 35 (+40%)
Mutual labels:  event-management
cloudenvoy
Cross-application messaging for Ruby and Rails using Google Cloud Pub/Sub
Stars: ✭ 31 (+24%)
Mutual labels:  event-management
linkedevents
Linked Events event database and API
Stars: ✭ 20 (-20%)
Mutual labels:  event-management
Salt
Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:
Stars: ✭ 12,086 (+48244%)
Mutual labels:  event-management
Attendize
Attendize is an open-source ticket selling and event management platform built on Laravel.
Stars: ✭ 3,285 (+13040%)
Mutual labels:  event-management
Bootstrap Calendar
Full view calendar with year, month, week and day views based on templates with Twitter Bootstrap.
Stars: ✭ 3,011 (+11944%)
Mutual labels:  event-management
JavaUltimateTools
A Large Repository Of Awesome Code For Java.
Stars: ✭ 24 (-4%)
Mutual labels:  event-management
e
A library which combines a eventBus/emitter, DOM events management, delegated events, and event-based utils into a single lightweight and performant library.
Stars: ✭ 37 (+48%)
Mutual labels:  event-management
community-event-manager
Web application with a collection of tools helping people organising community events such as multi-days conference with reminders, CRM and such
Stars: ✭ 22 (-12%)
Mutual labels:  event-management
sf event mgt
An event management and registration extension for TYPO3 CMS based on ExtBase and Fluid.
Stars: ✭ 46 (+84%)
Mutual labels:  event-management

Jararaca

GruPy-RN Event and Check-in System

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them

  • Python 3.6+
  • Node/NPM/Yarn

Installing

A step by step series of examples that tell you how to get a development env running

First of all, make a copy of .env.sample to .env

cp .env.sample .env

Install the dependencies

pip install -r requirements.txt

Checkout Jararaquinha submodule

git submodule init
git submodule update

Then, refer to Jararaquinha's installation instructions.

Running

Enter in your virtual environment.

Apply the migrations

python manage.py migrate

Create admin user

python manage.py createsuperuser

Compile translations

python manage.py compilemessages -f

Run the project

python manage.py runserver

And also run Jararaquinha in another terminal

yarn start

Now you can open http://localhost:8000 in your browser

Built With

Contributing

Steps for Submitting Code

  1. Fork the repository on GitHub.
  2. Make your change.
  3. Send a GitHub Pull Request to the main repository’s master branch. GitHub Pull Requests are the expected method of code collaboration on this project.

Translate

  1. Prepare message files for the desired language.
python manage.py makemessages --locale <language_code>

Example:

python manage.py makemessages --locale pt_BR
  1. Translate the *.po files inside each project application <app_name>/locale/<language_code>/LC_MESSAGES/

  2. Compile messages

python manage.py compilemessages -f
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].