Skip to content

poppy1006/EventManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  1. Git Clone the project with: https://github.com/poppy1006/EventManagement.git.

  2. Move to the base directory: cd EventManagement

  3. Create a new python enveronment with: python -m venv env.

  4. Activate enveronment with: env\Scripts\activate on windows, or source env/bin/activate on Mac and Linux.

  5. Install required dependences with: pip install -r requirements.txt.

  6. Make migrations with: python manage.py makemigrations and then python manage.py migrate.

  7. Run app localy with: python manage.py runserver.

About

event management system using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors