bartvle / npo

Natuurpunt Oosterzele website

Home Page:http://www.natuurpuntoosterzele.be/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Natuurpunt Oosterzele

Runs on Python 3.8 and Django 3.1!

Installation

With conda

conda create -n npo python=3.8
conda activate npo
conda install django gunicorn

With pip

pip install django-analytical

Migration

First run locally

python manage.py makemigrations

then run on server

python manage.py migrate
python manage.py migrate --database=postgres

Translation

First run

python manage.py makemessages -l nl_BE

then translate and run

python manage.py compilemessages

About

Natuurpunt Oosterzele website

http://www.natuurpuntoosterzele.be/


Languages

Language:CSS 61.7%Language:HTML 24.9%Language:Python 11.3%Language:SCSS 1.1%Language:JavaScript 0.9%