Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

City and postal code relationship #206

Open
jeromecaisip opened this issue Oct 4, 2018 · 5 comments
Open

City and postal code relationship #206

jeromecaisip opened this issue Oct 4, 2018 · 5 comments

Comments

@jeromecaisip
Copy link

Why does the city property of the postal_code object return None
or the city.postal_code.all() retruns an empty queryset.?
I did --import=all.
Did I miss anything on the setup?

@MySecondLanguage
Copy link

I am facing same issue/

@chrislan815
Copy link

chrislan815 commented May 12, 2023

same... can't tell what i'm doing it wrong either. Also on the admin page, postal would hangs on individual postal_code.

[edit]:
I think I find out the cause; from default the city_id isn't populated for example:

postgres@/tmp:abc> select city_id from cities_postalcode where code='012312';
+---------+
| city_id |
|---------|
| <null>  |
+---------+

@sowinski
Copy link

Same here.

Also I think the project is dead.

Is there any fork is someone interested to fork this project?

@arthanson
Copy link
Collaborator

Sorry, will get to. updating it shortly

@sowinski
Copy link

@arthanson
Do you need support? I am not able to import postalcodes at the moment at all.

I could provide testcases if this would help you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants