Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from django.db import models | |
| from django.db.models import Sum | |
| class Municipio(models.Model): | |
| nombre = models.CharField(max_length=100) | |
| def __unicode__(self): | |
| return self.nombre |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "metadata": { | |
| "name": "" | |
| }, | |
| "nbformat": 3, | |
| "nbformat_minor": 0, | |
| "worksheets": [ | |
| { | |
| "cells": [ | |
| { |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| python manage.py loaddata fixtures/cadenas.json fixtures/sucursales.json fixtures/marcas.json fixtures/categorias.json fixtures/productos.json fixtures/precios.json |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| esto es un post blog |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="name"><a href="#showmarker">296 - OLAVARRÍA</a></div> | |
| <div> | |
| <img src="http://www.carrefour.com.ar/skin/frontend/carrefour/default/images/storelocator/logo-market.png" alt="Carrefour" title="Carrefour market" /></div> | |
| <div>Avenida Del Valle 4379</div> | |
| <div>Pcia. de Buenos Aires Olavarría</div> | |
| <div> | |
| (0228) 4423046 </div> | |
| <ul class="links"><li><a class="encuentra-la-ruta" rel="Avenida Del Valle 4379, Olavarría - Pcia. de Buenos Aires, l-l(-36.908468, -60.314451)" href="#">Encontrá la ruta</a></li> |