Giter Site home page Giter Site logo

pytexas2015's Introduction

PyTexasBackend

Development Quickstart

Clone the repo:

git clone [email protected]:pytexas/PyTexas.git

Create a venv then:

$ pip install -r requirements.txt

Install the frontend:

$ npm install

Set up the ENV:

$ export "SECRET_KEY=an insecure development secret"

Run unapplied migrations:

$ python manage.py migrate

Run the development server:

# backend
python manage.py runserver

# frontend
gulp watch

Deploying

  1. git push heroku

Updating Requirements

pip-compile requirements.in

pytexas2015's People

Contributors

boydjj avatar eloyz avatar glenbot avatar mark-adams avatar pizzapanther avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pytexas2015's Issues

User should be able to see a page listing all the talks with links to presentations and videos

@pizzapanther, what do you think about adding a section called "Talks" that pulls the same information used to construct "Schedule" and gives a single page list of all the talks with links to the slides and videos?

This would probably involve adding a column to store a link to the video (since I'm guessing that there is not one currently since there aren't any links showing up on the talk pages) but it seems quite doable.

If you're game, I'll submit a PR.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.