Skip to content

CincyPy/CincyLanding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CincyPy Landing Page

Purpose

Home for Cincinnati python group.

Current Features

  • click to be added to slack.
  • how to connect and contribute (links to meetup, github, trello, etc.)
  • show off portfolio

Planned Features

  • spotlight new meetups, members, or something shiny we made.

Cloning this project

  • create virtual environment
  • clone
    • git clone
  • Install requirements:
    • pip install -r requirements
  • Create databases tables from models
    • python manage.py makemigrations
    • python manage.py migrate