Skip to content

🌊  The DjangoCon Europe 2022 conference website

License

Notifications You must be signed in to change notification settings

alexgmin/2022.djangocon.eu

 
 

Repository files navigation

🌍 2022.djangocon.eu
📍 Hybrid from Porto, Portugal 🇵🇹
📅 September 21-25

built-with code-style License: MIT

Running

First, make sure to have all requirements installed using:

> pip install -r requirements/[ local | production ].txt

And create a PostgreSQL database 'djangocon_2022'

  • On Debian-based 10+:
sudo su - postgres -c "createdb djangocon_2022"

Then start the server through gulp:

> gulp
...
[Browsersync] Proxying: http://localhost:8000
[Browsersync] Access URLs:
 ---------------------------------------
       Local: http://localhost:3000
    External: http://10.101.176.121:3000
 ---------------------------------------
          UI: http://localhost:3001
 UI External: http://localhost:3001
 ---------------------------------------
[Browsersync] Watching files...

Code of Conduct

As a contributor, you can help us keep the Django community open and inclusive. Please read and follow our Code of Conduct.

Getting Started

Get started contributing by reading our Contributing guidelines.

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

🌊  The DjangoCon Europe 2022 conference website

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 47.7%
  • HTML 25.5%
  • CSS 11.2%
  • SCSS 8.5%
  • Shell 3.8%
  • JavaScript 3.3%