I'm trying to use Sass and Sass Libraries with Django-Pipeline but my
@import directives always error out saying they can't find the libraries I
have installed.
Here is my settings file https://gist.github.com/43b0e4d5c93b943d9760
Then I have my scss file trying to do
@import 'bourbon';
@impor
when I syncdb and use south schemamigration, I still can't get the
ManyToManyField to show up.
what am I doing wrong. Any parameters I can pass to make it work?
Thank you guys
class Products(models.Model):
#product_id = models.AutoField(primary_key=True)
hs_number = models.CharField(pr
I know this might be stupid question. Did you syncdb after you installed it?
On Friday, March 28, 2014 8:22:33 AM UTC-5, KEVIN HUNGAI wrote:
>
> Hi all am using django-registration app in one of my projects and sqlite3
> for the database. I keep getting Database Error (SQLite) Database is
> lo
I am trying to do a ManytoManyField through a middle Table. After I run
syncdb, I do not see the column in pdadmin.
What am I doing wrong?
Here is my code
class Countries(models.Model):
country_name = models.CharField(max_length=200)
country_id = models.CharField(primary_key=True, max
I am new to django/python and have been stuck.
What is wrong with my script?
from openpyxl import Workbook, load_workbook
import os
import psycopg2
import pycountry
#Make the dictionary of countries
country_dict = {}
country_list = list(pycountry.countries)
for country in country_list:
coun
Thank you guys so much. You guys rock!
On Saturday, March 15, 2014 10:38:03 AM UTC-5, willy Hakizimana wrote:
>
> First of all, this community is amazing at how fast questions are
> answered. I have learned so much.
>
>
> I am designing an app with models that look like
First of all, this community is amazing at how fast questions are answered.
I have learned so much.
I am designing an app with models that look like this.
Country(country_id(PK), country_name, gdp, gdp_growth, income_per_capita)
Product(product_id(PK), product_name, country_id(FK), imports_vol
Thanks for the reply! I'll try that, I had asked the same question on IRC
at #django and I got no real results. I'll try this and see how it works. :)
-Wellington "Willy" Cordeiro
On Fri, Mar 30, 2012 at 11:46 PM, Russell Keith-Magee <
russ...@keith-magee.com> wrote:
Django-taggit works quite well, I would suggest trying it over
django-tagging. Even if it hasn't been updated in a while it's still a good
solution, and you could always make changes to it and fork your own version
if it doesn't meet all your needs.
On Friday, March 30, 2012 1:56:07 PM UTC-6,
I know the question is kind of poorly phrased. But here goes, I've been
working on a blog software and I want to have five distinct post types (in
the same way Tumblr does) but I'm having a hard time figuring out how to
create my index view and detail views as they are currently five different
If you're learning Django and Python I think you're missing some
prerequisite knowledge. I would really suggest you learn how to
install both Python and Django on your own as well as working through
this tutorial on Python so that you have at least a basic
understanding of the language. http://docs
sorry my english is very bad.
--
Willy
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to
django-users+unsubscr...@google
12 matches
Mail list logo