-
Notifications
You must be signed in to change notification settings - Fork 6
Project Overview
mlent edited this page Nov 14, 2014
·
2 revisions
- Nginx & uWSGI - serve both Python and static content.
- Django & Postgres - Primary server-side application.
- Django Tastypie - Powers the API, which serves data from both Postgres and Neo4j.
- Neo4j - Stores our textual data.
- Backbone.js with Require - Each section of the website functions as a separate Backbone app, which load common dependencies, such as Models and Collections.
- For other dependencies see
package.json
- Grunt for building CSS
- Developer tools and workflow
- API
- Neo4j-powered
- Postgres-powered
- Data
- Internationalization
- General information
- Developer tools and workflow
- Project structure overview
- Frontend vs. Backend Templates
- Backbone.js app structure
- Internationalization for JS
- Guidelines for creating content
- Adding a locale to Phaidra
- Postgres Database
- Neo4j
- Django
- "The server"
- Git
- UI