GithubHelp home page GithubHelp logo

django-waitinglist's Introduction

PLEASE NOTE, THIS PROJECT IS NO LONGER BEING MAINTAINED. See https://github.com/pinax/pinax-waitinglist instead.

Django Waitinglist

Pinax

Pinax is an open-source platform built on the Django Web Framework. It is an ecosystem of reusable Django apps, themes, and starter project templates. This collection can be found at http://pinaxproject.com.

This app was developed as part of the Pinax ecosystem but is just a Django app and can be used independently of other Pinax apps.

django-waitinglist

django-waitinglist is a Django waiting list app for running a private beta with cohorts support.

Requirements

  • Django 1.4
  • django-appconf (included in install_requires)
  • django-user-accounts (not included in install_requires)

Documentation

The django-waitinglist documentation is available at http://django-waitinglist.readthedocs.org/. The Pinax documentation is available at http://pinaxproject.com/pinax/.

Contribute

See this blog post http://blog.pinaxproject.com/2016/02/26/recap-february-pinax-hangout/ including a video, or our How to Contribute (http://pinaxproject.com/pinax/how_to_contribute/) section for an overview on how contributing to Pinax works. For concrete contribution ideas, please see our Ways to Contribute/What We Need Help With (http://pinaxproject.com/pinax/ways_to_contribute/) section.

In case of any questions we recommend you join our Pinax Slack team (http://slack.pinaxproject.com) and ping us there instead of creating an issue on GitHub. Creating issues on GitHub is of course also valid but we are usually able to help you faster if you ping us in Slack.

We also highly recommend reading our Open Source and Self-Care blog post (http://blog.pinaxproject.com/2016/01/19/open-source-and-self-care/).

Code of Conduct

In order to foster a kind, inclusive, and harassment-free community, the Pinax Project has a code of conduct, which can be found here http://pinaxproject.com/pinax/code_of_conduct/. We ask you to treat everyone as a smart human programmer that shares an interest in Python, Django, and Pinax with you.

Pinax Project Blog and Twitter

For updates and news regarding the Pinax Project, please follow us on Twitter at @pinaxproject and check out our blog http://blog.pinaxproject.com.

django-waitinglist's People

Contributors

airtonix avatar brosner avatar chromano avatar jtauber avatar katherinemichel avatar paltman avatar zenware avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

django-waitinglist's Issues

Should Implement Django 1.9 Migrations

python manage.py syncdb is deprecated.
Current Solution is to run python manage.py migrate --run-syncdb

This should be apparent in the documentation page, and I think it may as well be updated.
I would be happy to do this as I don't think it will take much time.

Include missing templates

These are missing and should probably be included in the repo.

  • waitinglist/survey_invite_subject.txt
  • waitinglist/survey_invite_body.txt
  • waitinglist/survey.html
  • waitinglist/thanks.html
  • waitinglist/list_signup.html.html
  • cohorts/cohort_list.html
  • cohorts/cohort_create.html
  • cohorts/cohort_detail.html

Viral Invites?

Looking through the code base it seems waiting list isn't a marketing type of application. Would this be a correct assumption?

I make this assumption based on :

  • a pre-registration flow
  • no ability for invited members to invite others

Convert existing views to Class Based Views

From the docs:

All views have been converted to class-based views. This is a big departure from the traditional function-based, but has the benefit of being much more flexible.

This actually hasn't been done yet, and it would indeed make the app more flexible.

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.