emi420 / hmap

The goal of this project is to create an easy-to-use humanitarian map for work before, during and disaster events.
GNU General Public License v3.0
0 stars 1 forks source link

TASK 2: Configure the django skeleton project. #13

Closed pedrodef closed 2 years ago

pedrodef commented 2 years ago
  1. The django start backend skeleton was configured.
  2. All old urls and settings was copied to the new django project config files.
  3. The required libraries was included in the requirements-build file.
  4. Pre-commit was configured and all changes was applied.