is possible to Poll.objects.get(pk=1) into scrapy?
Il giorno lunedì 11 febbraio 2013 14:48:51 UTC+1, kl4us ha scritto:
>
> Hi all,
> i have a question on scrapy -> django integration.
>
> i have this models on django:
>
> from django.db import models
> from django.utils import timezone
> import da
Hi all,
i have a question on scrapy -> django integration.
i have this models on django:
from django.db import models
from django.utils import timezone
import datetime
class Job(models.Model):
title = models.CharField(max_length=100)
description = models.TextField(max_length=500)
url
2 matches
Mail list logo