Skip to content

enterprise-python/event-planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

214 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Planner

Build Status Coverage Status

Requirements

  • python3 (minimum Python 3.4)
  • python3-venv

Installation

git clone https://github.com/fisheye36/event-planner.git
cd event-planner/
python3 -m venv .env
. .env/bin/activate
pip install -r requirements.txt
./manage.py makemigrations
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors