# Editing existing Point Data in Django

It is possible to edit individual points within an existing point collection in Django. To do so, scroll down to the **`POINTS`** section, and this time click on **`Locations`** (see Figure 17, below).

<figure><img src="https://3025923471-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M02trgcnmNckA-WvFeq%2Fuploads%2F4JgNnvaqiFy6efJv9hu7%2Fimage3.png?alt=media&#x26;token=7c51ac14-9637-449b-a30d-7dc906d9bd75" alt=""><figcaption><p>Figure 17: In Django, click here to locate a point within a point collection</p></figcaption></figure>

The page that opens will contain all points for all Wazimap NG profiles. Points can be located in the same way as point collections:

1. If you know the point’s name, simply enter it in the Search bar (top left), and click **`Search`**;
2. **`Filter`** points by the associated Profile (top right), and locate the desired point in the list; or
3. **`Filter`** points by the point collection name.

Once located, click on the point’s name. On the page that opens, it is possible to edit a point’s **`name`** (see Figure 18, below), and its **`attributes`** (see Figure 19, below). Attributes appear in code format.

<figure><img src="https://3025923471-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M02trgcnmNckA-WvFeq%2Fuploads%2FtuS2phrpK66mTBGR29eQ%2Fimage8.png?alt=media&#x26;token=aff950f9-fb64-4907-a674-6a6e7be6c9ed" alt=""><figcaption><p>Figure 18: In Django, click here to change a point’s name</p></figcaption></figure>

<figure><img src="https://3025923471-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M02trgcnmNckA-WvFeq%2Fuploads%2F4a7iaUDZ9j0PtHEAm9kl%2Fimage9.png?alt=media&#x26;token=0f35fe7b-16b6-4ce2-a488-5ee8ffad9324" alt=""><figcaption><p>Figure 19: In Django, attributes are shown in code</p></figcaption></figure>

Referring to Figure 16, for each attribute associated with a point, there is a **`key`** and a **`value`**. A key corresponds to the column headings in the originally uploaded .csv file, and value to the cells in the respective column. For this reason, <mark style="color:red;">**it is advisable NOT TO EDIT a**</mark><mark style="color:red;">**&#x20;**</mark><mark style="color:red;">**`key`**</mark>, but only a **`value`**.
