main flow checked
This commit is contained in:
		
							parent
							
								
									b5bf3a5dbe
								
							
						
					
					
						commit
						f853ad9784
					
				
					 21 changed files with 365 additions and 89 deletions
				
			
		| 
						 | 
				
			
			@ -80,15 +80,11 @@ class Well(SluggedModel):
 | 
			
		|||
        max_digits=10,
 | 
			
		||||
        decimal_places=0,
 | 
			
		||||
        verbose_name="X UTM",
 | 
			
		||||
        null=True,
 | 
			
		||||
        blank=True
 | 
			
		||||
        )
 | 
			
		||||
    utm_y = models.DecimalField(
 | 
			
		||||
        max_digits=10,
 | 
			
		||||
        decimal_places=0,
 | 
			
		||||
        verbose_name="Y UTM",
 | 
			
		||||
        null=True,
 | 
			
		||||
        blank=True
 | 
			
		||||
        )
 | 
			
		||||
    utm_zone = models.PositiveIntegerField(
 | 
			
		||||
        verbose_name="زون UTM",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue