Skip to content

tarunsinghal97/Django-EventPlatform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

Python-Django based online event platform.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 63.4%
  • CSS 31.0%
  • Python 4.0%
  • HTML 1.6%