Fajkowsky / ForWhile-homepage

Base site for ForWhile.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ForWhile basic page

Simple main page with form for subcribe for forwhile . Base

Deployment

All what you need to do after fork this repository is:

Local

If you want run this on local machine you should have installed heroku-toolbelt and virtualenv.

  1. Create virtual environment:

     $ virtualenv venv/ --distribute
    
  2. Activate virtual environment:

     $ source venv/bin/activate
    
  3. Install requirements:

     $ pip install -r requirements.txt
    
  4. Run app:

     $ python manage.py runserver 
    

or

    $ foreman start

About

Base site for ForWhile.


Languages

Language:Python 75.9%Language:HTML 18.8%Language:CSS 5.3%