Skip to content

zachreizner/liquid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Liquid

Project Liquid is the codename of the new ACM@UIUC website.

The master branch should always be an up to date working version of the website. Please do all developement in a branch and merge when the feature is ready to launch.

Issues and Feature Requests

Please use the github issues and check the trello for current work. https://trello.com/board/acm-liquid/50511d5a1a60a3496d1d539c

Getting Started

After cloning to your computer you need to have the following installed:

  • mysql
    • MAC: sudo brew install mysql
    • Linux: sudo apt-get install mysql-server
  • python-ldap (This is also installed from dependencies.txt below)
  • everything else in liquid/dependencies.txt

Run python setup.py

Then run the site with python liquid/manage.py runserver

About

ACM@UIUC's website code (Django)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.6%
  • JavaScript 11.5%
  • CSS 3.9%