Skip to content
/ CFP Public
forked from tapaswenipathak/CFP

Creating a CFP for speaker, organiser, and more.

License

Notifications You must be signed in to change notification settings

sujay0399/CFP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CFP

Live demo - https://djangocfp.herokuapp.com/

Features

  • Dashboards for Speakers and Event organizers to organize and sort their proposals and events as per their needs.
  • Public user profiles
  • Saving proposals as Draft
  • Bulk submit Draft proposals
  • Organizers can search for speakers.
  • Leaderboard
  • Send event invites and details in mail(Data is sent in ICS format).

Setup

$git clone https://github.com/tapaswenipathak/CFP.git
$cd CFP
$pip install -r requirements.txt

#open users/apps.py file and comment ready() method

$python manage.py makemigrations
$python manage.py migrate

#Then uncomment the lines from apps.py file

$python manage.py runserver

About

Creating a CFP for speaker, organiser, and more.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.8%
  • HTML 27.5%
  • CSS 1.4%
  • Dockerfile 0.3%