Giter Club home page Giter Club logo

jararaca's Introduction

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

jararaca's People

Contributors

sedir avatar allythy avatar exageraldo avatar rodrigoavalente avatar felipemfp avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.