Skip to content

A event Management website in python + Django with bulma css framework

License

Notifications You must be signed in to change notification settings

rohitmaurya-png/EventManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EventManager

This website was made while learing django framework.

A event Management website in python + Django with bulma css framework

Dependency Django-pip install django Django is a high-level Python Web framework

Stripe-pip install stripe Stripe - A complete payments platform

Pillow-pip install pillow Pillow is a Python Imaging Library (dose not support png if used will throw a os error)

To Run this Project use the following command

1.python -m venv env creates virtual enviroment

2.python manage.py makemigrations generates the SQL commands for preinstalled app

3.python manage.py migrate migrate executes those SQL commands in the database file

3.Python manage.py migrate --run-syncdb reconstruct database schema according to altered model fields(not necessary)

4.python manage.py createsuperuser It will create an admin superuser with all Administrative privileges

5.python manage.py runserver runs the server on localhost. 127.0.0.1:8000

Home page Home Page

become Co-ordinator- can manage his events/orders/view other co-ordinators Become Co-ordinator

Add event page Add event page

Superuserlogin url= 127.0.0.1:8000/admin Superuser login

Superuser admin panel(django-admin) Superuser admin panel

Co-ordinator Admin Panel Co-ordinator Admin Panel

About

A event Management website in python + Django with bulma css framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published