fmartingr
/
shelfzilla
Archived
1
0
Fork 0
This repository has been archived on 2021-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Felipe Martin dc3268aec8 + Added base series.list and series.detail pages (views / urls)
+ Added Publisher.url field
+ Base ordering for models
2014-03-28 15:48:05 +01:00
config PostgreSQL for local development. (DISTINCT ON not possible on SQLite) 2014-03-26 15:48:10 +01:00
shelfzilla + Added base series.list and series.detail pages (views / urls) 2014-03-28 15:48:05 +01:00
.gitignore Removed boot flat library 2014-03-24 19:28:40 +01:00
README.md - Fixed package.json 2014-03-25 13:21:08 +01:00
bower.json Bower: + vegas 2014-03-26 17:05:05 +01:00
fabfile.py - Fixed package.json 2014-03-25 13:21:08 +01:00
gruntfile.coffee + Added base series.list and series.detail pages (views / urls) 2014-03-28 15:48:05 +01:00
manage.py Initial commit 2014-03-18 13:48:12 +01:00
package.json - Fixed package.json 2014-03-25 13:21:08 +01:00

README.md

shelfzilla

Prepare environment for local development

# Check that everything is installed
fab doctor

# Setup NPM/Virtualenv/Database
fab setup_environment

# Executes the server
fab runserver

Dependencies

  • Nodejs
  • Python 2.7 with virtualenv and pip
  • grunt-cli installed as global resource

First install

The first time you use fab setup_environment django will ask for a initial superadmin user, be sure to enter an email address as username or the login form won't allow you to access the site. You can enter anything since this is a local environment.