项目作者: katur

项目描述 :
A birder's portfolio and conservation resources
高级语言: Python
项目地址: git://github.com/katur/forthebirds.git
创建时间: 2014-08-08T20:56:20Z
项目社区:https://github.com/katur/forthebirds

开源协议:

下载


Laura Erickson’s For the Birds

A birder’s portfolio and resources for learning about and helping birds.

Installation

  1. Install the Python version listed in runtime.txt
  2. Clone the repo and cd in
  3. python -m venv forthebirds-venv
  4. source forthebirds-venv/bin/activate
  5. pip install -r requirements.txt
  6. Add a localsettings.py file (see forthebirds/localsettings.sample.py)
  7. Start the site with the command ./manage.py runserver

Database Schema

Click here
to view on Lucidchart.

Click here
to download PDF.

Code

Django/Python. Scripts live in the standard location
(appname/management/commands).

Javascript uses jQuery.

CSS is written in SASS, and uses
gulp to automate the compilation of SASS in development.
Assuming you have NPM, install the
project’s dependencies—listed in package.json
by running the following in the project root:

  1. npm install --dev-save

And to start the gulp build script, run the following in the project root:

  1. npx gulp

Cache busting the stylesheet happens automatically: gulp compilation writes the
output file’s hash to disk, which updates the stylesheet url. Cache busting
javascript must be done manually.