Posts

2011 Nepal census

Image
2011 Nepal census General information Country Nepal Total population 26,494,504 Percent change 1.35% [1] Most populous Development Region Central Region (9,656,985) Least populous Development Region Far-Western Region (2,552,517) Nepal conducted a widespread national census in 2011 by the Nepal Central Bureau of Statistics. [2] Working with the 58 municipalities and the 3915 Village Development Committees at a district level, they recorded data from all the municipalities and villages of each district. The data included statistics on population size, households, sex and age distribution, place of birth, residence characteristics, literacy, marital status, religion, language spoken, caste/ethnic group, economically active population, education, number of children, employment status, and occupation. Total population in 2011: 26,494,504 [3] Increase since last census 2001: 3,343,081 Annual population growth rate (exponental growth): 1.35 Number of...

观象山

Image
自信号山远眺观象山 坐标: 36°04′11″N 120°19′17″E  /  36.06972°N 120.32139°E  / 36.06972; 120.32139 观象山 是中国山东省青岛市的“十大山头公园”之一,位于该市的中心区市南区,是观赏青岛市容及海景的佳处。公园门牌号为观象二路15号。 目录 1 概况 2 园内及周边景点 2.1 皇家青岛观象台办公楼旧址 2.2 青岛观象台圆顶室 2.3 地磁房 2.4 中华人民共和国水准原点 2.5 万国经度测量纪念碑 2.6 观象台报时球 2.7 观象台台长官邸旧址 2.8 望火楼 2.9 圣保罗教堂 3 参考文献 概况 约1930年代的观象山一带 观象山海拔79米,位于信号山西北方、伏龙山西侧、观海山北侧。 观象山最初没有正式名称,有说法称观象山初名“大鲍岛东山”“小石头山”等,但均无从考证。1897年德国占领青岛后,该山丘也曾长期没有固定、统一的名称。1901年在此山兴建贮水池,将来自海泊河水源地的淡水泵入贮水池中,自贮水池向城区供应淡水。观象山因此被称为“水塔山”( Wasserturm-Berg ,有时译为“水道山”) [1] 。因邻近督署医院,部分早期明信片称其为“医院山”(Lazarethberg)。《胶澳租借地发展备忘录》则直接称其为“水山”( Wasserberg )。1905年,青岛观象台迁至该山丘上。1912年,青岛观象台新办公楼建成,此山才有了“观象山”( Observatorium-Hügel )之称。1914年,日军占领青岛后,更名为“测候山”。1922年,中国接收青岛后,胶澳商埠督办公署于次年将此山定名为观象山,1931年在山顶建成穹顶天文观测室,1932年辟为公园 [2] 。“穹台窥象”也被列为青岛十景之一。观象台于1950年代曾经历大规模组织调整。观象山公园于1966年后荒废。1984年开始封山育林、兴建公园。1988年观象山公园重新开放 [3] [4] 。观象山及周边地区在《青岛市城市总体规划(2006-2020)》中被划为历史文化街区加以保护 [5] [6] ,但观象山北麓禹城路一带历史街区仍于2010年被拆除,并...

ValueError: Related model 'user.UserProfile' cannot be resolved Django 2.1

Image
up vote 0 down vote favorite I am trying to create a UserProfile model in my user app and instead of inheriting from models.Model , I am inheriting from django's own User model so that I would have a custom user model wwith extra fields. But when I run the python manage.py test command it gives me the following error: Creating test database for alias 'default'... Traceback (most recent call last): File "manage.py", line 15, in <module> execute_from_command_line(sys.argv) File "C:UsersUserAppDataLocalProgramslibsite-packagesdjangocoremanagement__init__.py", line 381, in execute_from_command_line utility.execute() File "C:UsersUserAppDataLocalProgramslibsite-packagesdjangocoremanagement__init__.py", line 375, in execute self.fetch_command(subcommand).run...