-
Notifications
You must be signed in to change notification settings - Fork 0
genologics/statify-ui
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Getting Started =============== 1. brew install mysql $ mysqladmin create statifyDB $ mysql -uroot -p statifyDB mysql> grant all on statifyDB.* to statify@localhost identified by '<some password>' 2. mkvirtualenv genologics 3. pip install mysql-python 4. pip install django 5. python manage.py syncdb A default fixture exists that will add a default 'admin'/'pass' user.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published