WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

AFPy/pyconfr-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyConFr 2020

You've seen a mistake? Please go to the templates folder above an fix it ;).


To serve the dynamic website on localhost:

make serve

To build and deploy the static website in production:

make deploy

with something like this in your ~/.ssh/config:

Host rainette
  HostName rainette.afpy.org
  Port 2222
  User changeme

Host pyconfr
  ProxyJump rainette
  HostName 192.168.42.110
  Port 4242
  User pyconfr

That's all you need! Other rules are available in Makefile, mostly for debugging purpose.

About

Site web de PyConFR 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 17