GithubHelp home page GithubHelp logo

sameer2800 / django-eventplatform Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gauthamzz/django-eventplatform

1.0 2.0 0.0 20.99 MB

Create online event platform with ease

Python 4.12% CSS 31.00% JavaScript 63.25% HTML 1.63%

django-eventplatform's Introduction

Python-Django based online event platform named stegolica.

Is in opencode.

Hosting can be done at openshift and webapp is optimised for that.

Features

  1. Question page with hint
  2. Ranking page
  3. Login and register page

Installation

  • sudo apt-get install libpq-dev python-dev
  • sudo apt-get install postgresql-server-dev-9.5

then create an user using

  • sudo -u postgres createuser -P -s -e <user_name>

go to wsgi and create a virtualenv

  • cd wsgi
  • virtualenv venv
  • source venv/bin/activate

create a database

  • sudo -u postgres createdb -O <user_name> stegolica

enable settings, fill in your username and password (of postgres) in settings.py

  • cd stegolica
  • cp dev-settings.py settings.py
  • pip install -r requirements.txt

Do migrations (bare with me)

  • python mange.py migrate

Run it

  • python manage.py runserver

go to 127.0.0.1:8000 to view

for deployment i openshift use dev.py.

Wanna help

you can help by

  1. finding out issues
  2. fixing issues already in the issues section

Template design

main page

alt text

login page

alt text

Question page with hint

alt text

Frontend

Uses materializecss and particle.js

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.