Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
JoinTheCity
Project
Project
Details
Activity
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rafal
JoinTheCity
Commits
447077a9
Commit
447077a9
authored
Jan 11, 2016
by
Rafal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
try remove arguments
parent
9aaa8d05
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
18 deletions
+0
-18
init_apis.py
JoinTheCityREST/app/API/management/commands/init_apis.py
+0
-3
init_discussions.py
...ST/app/Discussion/management/commands/init_discussions.py
+0
-3
init_textmessages.py
...T/app/Discussion/management/commands/init_textmessages.py
+0
-3
init_events.py
JoinTheCityREST/app/Event/management/commands/init_events.py
+0
-3
init_localizations.py
...pp/Localization/management/commands/init_localizations.py
+0
-3
init_tags.py
JoinTheCityREST/app/Tag/management/commands/init_tags.py
+0
-3
No files found.
JoinTheCityREST/app/API/management/commands/init_apis.py
View file @
447077a9
...
...
@@ -8,9 +8,6 @@ from django.core.management.base import BaseCommand
class
Command
(
BaseCommand
):
help
=
'Closes the specified poll for voting'
def
add_arguments
(
self
,
parser
):
parser
.
add_argument
(
'poll_id'
,
nargs
=
'+'
,
type
=
int
)
def
handle
(
self
,
*
args
,
**
options
):
apis
=
[
[
'Hotele w Krakowie'
,
'Krakow'
],
...
...
JoinTheCityREST/app/Discussion/management/commands/init_discussions.py
View file @
447077a9
...
...
@@ -10,9 +10,6 @@ from django.core.management.base import BaseCommand
class
Command
(
BaseCommand
):
help
=
'Closes the specified poll for voting'
def
add_arguments
(
self
,
parser
):
parser
.
add_argument
(
'poll_id'
,
nargs
=
'+'
,
type
=
int
)
def
handle
(
self
,
*
args
,
**
options
):
discussions
=
[
[
'admin'
,
'Czy jest w okolicy jakis fryzjer?'
,[
'Nie znam'
,
'Polecam fryzjera w Kapitolu'
,
'Lol, on jest do dupy'
,
'@_@'
],
'Miasteczko AGH'
],
...
...
JoinTheCityREST/app/Discussion/management/commands/init_textmessages.py
View file @
447077a9
...
...
@@ -9,9 +9,6 @@ from django.core.management.base import BaseCommand
class
Command
(
BaseCommand
):
help
=
'Closes the specified poll for voting'
def
add_arguments
(
self
,
parser
):
parser
.
add_argument
(
'poll_id'
,
nargs
=
'+'
,
type
=
int
)
def
handle
(
self
,
*
args
,
**
options
):
text_messages
=
[
[
'Rafal'
,
'Nie znam'
],
...
...
JoinTheCityREST/app/Event/management/commands/init_events.py
View file @
447077a9
...
...
@@ -9,9 +9,6 @@ from django.core.management.base import BaseCommand, CommandError
class
Command
(
BaseCommand
):
help
=
'Closes the specified poll for voting'
def
add_arguments
(
self
,
parser
):
parser
.
add_argument
(
'poll_id'
,
nargs
=
'+'
,
type
=
int
)
def
handle
(
self
,
*
args
,
**
options
):
events
=
[
[
'Wyjscie na festiwal UAN'
,
False
,
'Krakow'
,
'Klub Studio'
,
'Antek'
],
...
...
JoinTheCityREST/app/Localization/management/commands/init_localizations.py
View file @
447077a9
...
...
@@ -7,9 +7,6 @@ from django.core.management.base import BaseCommand, CommandError
class
Command
(
BaseCommand
):
help
=
'Closes the specified poll for voting'
def
add_arguments
(
self
,
parser
):
parser
.
add_argument
(
'poll_id'
,
nargs
=
'+'
,
type
=
int
)
def
handle
(
self
,
*
args
,
**
options
):
localizations
=
[
[
'Krakow'
,
'52.025459'
,
'19.204102'
,
'1000'
],
...
...
JoinTheCityREST/app/Tag/management/commands/init_tags.py
View file @
447077a9
...
...
@@ -8,9 +8,6 @@ from django.core.management.base import BaseCommand, CommandError
class
Command
(
BaseCommand
):
help
=
'Closes the specified poll for voting'
def
add_arguments
(
self
,
parser
):
parser
.
add_argument
(
'poll_id'
,
nargs
=
'+'
,
type
=
int
)
def
handle
(
self
,
*
args
,
**
options
):
tags
=
[
[
'Krakow'
,
'Krakow'
],
...
...
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