Coder Social home page Coder Social logo

fedarsialitski / eventrack Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 1.48 MB

Eventrack – Track Live Concerts, Tour Dates and Festivals

Home Page: https://eventrack.org/

License: MIT License

Python 27.30% CSS 9.29% JavaScript 26.66% HTML 36.06% Shell 0.07% Dockerfile 0.61%
python django

eventrack's Introduction

Build Status

Eventrack

Eventrack logo

Eventrack is a concert tracking application. Eventrack allows users to track their favorite artists and discover concerts.
Users can bookmark their favorite artists and receive recommendations about their upcoming events.

Requirements

  • Python 3.7.3
  • Django 2.2.1
  • Django REST Framework 3.9.3
  • Channels 2.2.0
  • PostgreSQL 10.7

Getting started

  • Create a virtual environment with interpreter Python 3.7.
  • Create a database named eventrack.
  • Run CREATE EXTENSION postgis to enable spatial functionality.
  • Run pip install -r requirements.txt to install dependencies.
  • Run export DJANGO_SETTINGS_MODULE=eventrack.settings.dev to set the environment variable.
  • Run python manage.py migrate to apply migrations.
  • Run python manage.py runserver to run the app and view it on http://localhost:8000/

Monitoring and administrating

eventrack's People

Contributors

fedarsialitski avatar m1kola avatar realskris avatar

Stargazers

 avatar Robert Johnson avatar Hleb Krakhotkin avatar

Watchers

 avatar

eventrack's Issues

Travis runs docker push even if build has failed

This happens because Travis considers search script in the list you define in the script section as an independent command. See docs:

When one of the build commands returns a non-zero exit code, the Travis CI build runs the subsequent commands as well, and accumulates the build result.

Travis config needs splitting into build stages or the following needs to be replaced with a script deployment (which seems like a simples option).

https://github.com/FedorSelitsky/eventrack/blob/fe01ca33da30bd3006ef55b3a4361e0a20082c8b/.travis.yml#L62-L66

Add a notification settings in a user profile

Need to add a notification settings in a user profile.

Settings list:

  • creating a new upcoming event;
  • reminders of an upcoming events;
  • event changes;
  • etc.

With these settings, the user can turn off different types of notifications.

Add a Location model

Need to add a Location model with city and country fields and remove them from Venue model.

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.