Giter Club home page Giter Club logo

codechallenge-events's Introduction

events app

Events is a simple app web application where users can log in, create events and RSVP on events.

  • Django 1.11
  • Python 2.7

Directory layout

Events's directory structure looks as follows:

events/
├── events
├── templates
├── README.md
├── requirements.txt
└── tests

Setup

Install requirements.txt using pip. To run the app simply hit python manage runserver in your virtualenv

Templates

The templates/ directory holds all the app templates. This is set in the settings module in the TEMPLATES conf

App settings

Define you local or custom settings inside the events's directory , just declare them in the local_settings.py module.

The initial setting to add is the 'SECRET_KEY' , everything else is customizable

Tests

Tests are in the tests/ directory The tests/ directory structure:

tests/
├── __init__.py
├── tests_homepage_tests.py
├── tests_tests.py

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.