Skip to content

AymanHassanDev/pyconbalkan

 
 

Repository files navigation

pyconbalkan Build Status

Website for PyCon Balkan

Contributing

PyCon Balkan website is an open source project and welcomes contributions.

To get started follow the steps above.

Get up and running

  1. Clone this repo
  2. Create a virtual environment:
cd pyconbalkan
python -m venv .venv
  1. Activate the virtual environment:
source .venv/bin/activate
  1. Install the requirements:
pip install -r requirements.txt
  1. Create a file named .env

Inside add:

SECRET_KEY={create_and_add_your_own_SECRET_KEY_here_with_no_spaces}
DEBUG=True

NOTE:

For more information on how you can generate a secret key visit here or you can generate a key online at here.

  1. Run migrations:
python manage.py migrate
  1. Run collect static:
python manage.py collectstatic
  1. Get the server up and running:
python manage.py runserver

You did it! If you have any problems doing this let us know by submitting an issue.

Public Trello Board

In order to contribute, access our public board here.

About

Website for PyCon Balkan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.8%
  • HTML 34.1%
  • CSS 11.7%
  • JavaScript 1.1%
  • Other 0.3%