ODM2 / CZ-Manager

CZ Manager (formerly ODM2 Admin) is an application for site level data management of environmental observations using Observation Data Model 2 (ODM2) for documentation and a detailed walkthrough see:
http://odm2.github.io/CZ-Manager
MIT License
9 stars 12 forks source link

NoReverseMatch on forms with ajax #98

Open lsetiawan opened 7 years ago

lsetiawan commented 7 years ago

I'm getting NoReverseMatch errors on change form with ajax.

For Example: NoReverseMatch at /admin/odm2admin/units/2/change/

Reverse for 'odm2admin_cvunitstype_add' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: []

miguelcleon commented 7 years ago

I'm not seeing this problem on the development or production server. I had seen this problem on the development server when I was using the python environment generated from the requirements.txt file. Maybe your seeing this on a local copy of ODM2 Admin?

lsetiawan commented 7 years ago

@miguelcleon Yes, I'm seeing this while I'm developing. Thanks. I will try to use an environment generated not from requirements.txt

miguelcleon commented 7 years ago

@lsetiawan ok, if we can figure out what is going wrong with that we should be able to help @ocefpaf with the packaging. Is some requirement missing? I've been meaning to look into this more.