Coder Social home page Coder Social logo

cz.pycon.org-2017's People

Contributors

aleszoulek avatar baradrb avatar beatrix-bodo avatar benabraham avatar encukou avatar fk-lx avatar frenzymadness avatar honzajavorek avatar hroncok avatar jachym avatar kokes avatar luminaar avatar starenka avatar tricoder42 avatar underyx avatar waffle-iron avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cz.pycon.org-2017's Issues

link to financial aid shows CfP page

in event submenu the financial aid link points to https://cz.pycon.org/2017/proposals/financial-aid (it's the missing slash at the end)

also router seems to be weird (the "good" page seemed to be routed via proposals router):

    url(r'^proposals/financial-aid$',
        TemplateView.as_view(template_name='proposals/talks_about.html'),
        name='financial-aid'),

I think removing this route would solve the issue, but have no time to prove it right now

Video embeds at talk detail

Last year, we froze the website and somebody requested to add links to videos there. We decided to don't do it (too much work), so I'm opening this ticket before this years website gets frozen.

The videos links should go to:

Triage issues and archive this repository

There are several issues in this repo that might still be relevant.
Go through them, close the ones we won't fix, and migrate the rest to the current PyCon CZ tracker. (Or just comment that someone will do the migration.)

Then, archive this in the same way as 2018 and previous years.

Change website color

This year, we decided to use the same design as last year and just change the color. We need to decide on new color and change it on the website and in the logo.

npm install needs to be done with python 2

Some node dependencies require compilation via node-gyp, but node-gyp doesn't support python3. The site is in python3, that means it's 99% chance a person installing the site locally will have a virtualenv with python3 active and his node-gyp compilation will fail.

The installation tutorial should suggest passing system python (or any kind of python 2) to the npm explicitly:

npm install --python=/usr/bin/python

psycopg required

The installation tutorial says postgre isn't required but then pip install -r requirements-dev.txt fail without it.

caching static files on client

Currently we have expiry for static files for 1 minute.
We should set that to far future.
That would mean adding cache busting system in place.

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.