/2023

Website for the Annual PyTexas Conference

Primary LanguageCSSMIT LicenseMIT

conference.pytexas.org

Website for the Annual PyTexas Conference

Local Dev

  • Install Poetry
  • Use the following two commands to start the devserver:
    poetry install
    poetry run make devserver
  • Navigate to http://localhost:8000 to find your site. Do not use http://127.0.0.1:8000 as it will result in a broken pipe error and will not hot-reload.