mirror of
				https://github.com/bspeice/itcs4180
				synced 2025-11-03 18:00:37 -05:00 
			
		
		
		
	Move location to DecimalFields
This commit is contained in:
		@ -6,5 +6,7 @@ class Location(models.Model):
 | 
			
		||||
	name = models.CharField(max_length=32)
 | 
			
		||||
	riddle = models.CharField(max_length=512)
 | 
			
		||||
	riddle_image_url = models.URLField()
 | 
			
		||||
	location = models.CharField(max_length=16)
 | 
			
		||||
 | 
			
		||||
	location_long = models.DecimalField()
 | 
			
		||||
	location_lat = models.DecimalField()
 | 
			
		||||
	result = models.TextField()
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user