コード例 #1
0
# Spacetelescope
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(CalendarOptions)
コード例 #2
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *


urlpatterns = urlpatterns_for_options( ConferencePosterOptions )
コード例 #3
0
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
#    * Redistributions of source code must retain the above copyright
#      notice, this list of conditions and the following disclaimer.
#
#    * Redistributions in binary form must reproduce the above copyright
#      notice, this list of conditions and the following disclaimer in the
#      documentation and/or other materials provided with the distribution.
#
#    * Neither the name of the European Southern Observatory nor the names
#      of its contributors may be used to endorse or promote products derived
#      from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY ESO ``AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL ESO BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.events.options import EventOptions

urlpatterns = urlpatterns_for_options( EventOptions )
コード例 #4
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(StationeryOptions)
コード例 #5
0
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
#    * Redistributions of source code must retain the above copyright
#      notice, this list of conditions and the following disclaimer.
#
#    * Redistributions in binary form must reproduce the above copyright
#      notice, this list of conditions and the following disclaimer in the
#      documentation and/or other materials provided with the distribution.
#
#    * Neither the name of the European Southern Observatory nor the names
#      of its contributors may be used to endorse or promote products derived
#      from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY ESO ``AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL ESO BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.announcements.options import WebUpdateOptions

urlpatterns = urlpatterns_for_options(WebUpdateOptions)
コード例 #6
0
# Djangoplicity
# Copyright 2007-2015 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(SupernovaActivityOptions)
コード例 #7
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(EPublicationOptions)
コード例 #8
0
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
#    * Redistributions of source code must retain the above copyright
#      notice, this list of conditions and the following disclaimer.
#
#    * Redistributions in binary form must reproduce the above copyright
#      notice, this list of conditions and the following disclaimer in the
#      documentation and/or other materials provided with the distribution.
#
#    * Neither the name of the European Southern Observatory nor the names
#      of its contributors may be used to endorse or promote products derived
#      from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY ESO ``AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL ESO BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.media.options import ImageComparisonOptions

urlpatterns = urlpatterns_for_options( ImageComparisonOptions )
コード例 #9
0
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
#    * Redistributions of source code must retain the above copyright
#      notice, this list of conditions and the following disclaimer.
#
#    * Redistributions in binary form must reproduce the above copyright
#      notice, this list of conditions and the following disclaimer in the
#      documentation and/or other materials provided with the distribution.
#
#    * Neither the name of the European Southern Observatory nor the names
#      of its contributors may be used to endorse or promote products derived
#      from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY ESO ``AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL ESO BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.media.options import PictureOfTheWeekOptions

urlpatterns = urlpatterns_for_options( PictureOfTheWeekOptions )
コード例 #10
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(ScienceInSchoolOptions)
コード例 #11
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(BrochureOptions)
コード例 #12
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *


urlpatterns = urlpatterns_for_options( PostCardOptions )
コード例 #13
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(HandoutOptions)
コード例 #14
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(MerchandiseOptions)
コード例 #15
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#
from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(KidsDrawingOptions)
コード例 #16
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(PlanetariumShowOptions)
コード例 #17
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(PressKitOptions)
コード例 #18
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *


urlpatterns = urlpatterns_for_options( MessengerOptions )
コード例 #19
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(PresentationOptions)
コード例 #20
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(PaperModelOptions)
コード例 #21
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(MiniSiteOptions)
コード例 #22
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(ApparelOptions)
コード例 #23
0
# Djangoplicity
# Copyright 2007-2015 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options( DonationOptions )
コード例 #24
0
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
#    * Redistributions of source code must retain the above copyright
#      notice, this list of conditions and the following disclaimer.
#
#    * Redistributions in binary form must reproduce the above copyright
#      notice, this list of conditions and the following disclaimer in the
#      documentation and/or other materials provided with the distribution.
#
#    * Neither the name of the European Southern Observatory nor the names
#      of its contributors may be used to endorse or promote products derived
#      from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY ESO ``AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL ESO BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.announcements.options import AnnouncementOptions

urlpatterns = urlpatterns_for_options(AnnouncementOptions)
コード例 #25
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(BulletinOptions)
コード例 #26
0
ファイル: books.py プロジェクト: djangoplicity/djangoplicity
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(BookOptions)
コード例 #27
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(ReportOptions)
コード例 #28
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(MediaOptions)
コード例 #29
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(PrintedPosterOptions)
コード例 #30
0
# Djangoplicity
# Copyright 2007-2008 ESA/Hubble
#
# Authors:
#   Lars Holm Nielsen <*****@*****.**>
#   Luis Clara Gomes <*****@*****.**>
#

from djangoplicity.archives.urls import urlpatterns_for_options
from djangoplicity.products.options import *

urlpatterns = urlpatterns_for_options(UserVideoOptions)