Skip to content

Instantly share code, notes, and snippets.

@rg3915
Created May 22, 2017 20:40
Show Gist options
  • Save rg3915/8e043c1915fec5a460e9b588a9a11828 to your computer and use it in GitHub Desktop.
Save rg3915/8e043c1915fec5a460e9b588a9a11828 to your computer and use it in GitHub Desktop.
ThinkUP11

THINKUp#11 - Do zero ao Deploy em 2h com Django + PythonAnywhere

https://www.pythonanywhere.com/

Tutorial: https://github.com/rg3915/tutoriais/tree/master/django-basic

Base: https://github.com/rg3915/djangotutorial

Nosso projeto: https://github.com/rg3915/thinkup-djangotutorial

http://www.layoutit.com/

https://onepagelove.com/templates/free-templates

https://startbootstrap.com/template-categories/all/

https://startbootstrap.com/template-overviews/creative/

https://blackrockdigital.github.io/startbootstrap-creative/

https://www.pexels.com/

Deploy no PythonAnywhere com tutorial da Django Girls https://tutorial.djangogirls.org/pt/deploy/


  • Criar o repo no GitHub

https://github.com/rg3915/thinkup-djangotutorial

  • Criar conta no PythonAnywhere

  • Fazer uma landpage estática

  • Criar um virtualenv

  • Instalar o Django

  • Criar o projeto myproject

  • Criar uma landpage simples

  • Fazer as configurações do settings.py

  • Fazer o deploy

  • Criar os templates + herança de templates

  • Criar os modelos

  • Atualizar o site

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment