Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GeoInt_SIDT
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mario Chirinos Colunga
GeoInt_SIDT
Commits
cc1dc508
Commit
cc1dc508
authored
May 21, 2018
by
Emmanuel René Huchim Puc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
created management route
parent
7dfb3a36
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
__init__.py
catalog/management/__init__.py
+0
-0
__init__.py
catalog/management/commands/__init__.py
+0
-0
populate_db.py
catalog/management/commands/populate_db.py
+7
-0
No files found.
catalog/management/__init__.py
0 → 100644
View file @
cc1dc508
catalog/management/commands/__init__.py
0 → 100644
View file @
cc1dc508
catalog/management/commands/populate_db.py
0 → 100644
View file @
cc1dc508
# -*- coding: utf-8 -*-
from
django.core.management.base
import
BaseCommand
,
CommandError
from
catalog.models
import
State
,
City
import
json
,
unicodedata
# code here
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment