Coder Social home page Coder Social logo

django-fancy-cronfield's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

django-fancy-cronfield's Issues

In Python 2.6.9 AttributeError: 'TestLoader' object has no attribute 'discover'

Traceback (most recent call last):
  File "setup.py", line 45, in <module>
    test_suite='runtests.main',
  File "/opt/python/2.6.9/lib/python2.6/distutils/core.py", line 152, in setup
    dist.run_commands()
  File "/opt/python/2.6.9/lib/python2.6/distutils/dist.py", line 975, in run_commands
    self.run_command(cmd)
  File "/opt/python/2.6.9/lib/python2.6/distutils/dist.py", line 995, in run_command
    cmd_obj.run()
  File "/home/travis/virtualenv/python2.6.9/lib/python2.6/site-packages/setuptools/command/test.py", line 142, in run
    self.with_project_on_sys_path(self.run_tests)
  File "/home/travis/virtualenv/python2.6.9/lib/python2.6/site-packages/setuptools/command/test.py", line 122, in with_project_on_sys_path
    func()
  File "/home/travis/virtualenv/python2.6.9/lib/python2.6/site-packages/setuptools/command/test.py", line 163, in run_tests
    testRunner=self._resolve_as_ep(self.test_runner),
  File "/opt/python/2.6.9/lib/python2.6/unittest.py", line 816, in __init__
    self.parseArgs(argv)
  File "/opt/python/2.6.9/lib/python2.6/unittest.py", line 843, in parseArgs
    self.createTests()
  File "/opt/python/2.6.9/lib/python2.6/unittest.py", line 849, in createTests
    self.module)
  File "/opt/python/2.6.9/lib/python2.6/unittest.py", line 613, in loadTestsFromNames
    suites = [self.loadTestsFromName(name, module) for name in names]
  File "/opt/python/2.6.9/lib/python2.6/unittest.py", line 598, in loadTestsFromName
    test = obj()
  File "/home/travis/build/saeedsq/django-fancy-cronfield/runtests.py", line 67, in main
    failures = test_runner.run_tests(test_args)
  File "/home/travis/virtualenv/python2.6.9/lib/python2.6/site-packages/django/test/simple.py", line 369, in run_tests
    suite = self.build_suite(test_labels, extra_tests)
  File "/home/travis/virtualenv/python2.6.9/lib/python2.6/site-packages/django/test/simple.py", line 257, in build_suite
    suite.addTest(build_suite(app))
  File "/home/travis/virtualenv/python2.6.9/lib/python2.6/site-packages/django/test/simple.py", line 73, in build_suite
    suite.addTest(test_module.suite())
  File "/home/travis/build/saeedsq/django-fancy-cronfield/fancy_cronfield/tests/__init__.py", line 8, in suite
    return loader.discover("fancy_cronfield.tests", pattern="*.py")
AttributeError: 'TestLoader' object has no attribute 'discover'

Docs build failed at readthedocs

Running Sphinx v1.3.1
making output directory...

Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/django-fancy-cronfield/envs/latest/local/lib/python2.7/site-packages/sphinx/cmdline.py", line 244, in main
opts.warningiserror, opts.tags, opts.verbosity, opts.jobs)
File "/home/docs/checkouts/readthedocs.org/user_builds/django-fancy-cronfield/envs/latest/local/lib/python2.7/site-packages/sphinx/application.py", line 126, in init
confoverrides or {}, self.tags)
File "/home/docs/checkouts/readthedocs.org/user_builds/django-fancy-cronfield/envs/latest/local/lib/python2.7/site-packages/sphinx/config.py", line 277, in init
execfile_(filename, config)
File "/home/docs/checkouts/readthedocs.org/user_builds/django-fancy-cronfield/envs/latest/local/lib/python2.7/site-packages/sphinx/util/pycompat.py", line 128, in execfile_
exec_(code, globals)
File "/home/docs/checkouts/readthedocs.org/user_builds/django-fancy-cronfield/envs/latest/local/lib/python2.7/site-packages/six.py", line 699, in exec

exec("""exec code in globs, locs""")
File "", line 1, in
File "conf.py", line 23, in
from django.conf import settings
ImportError: No module named django.conf

Project setup

  1. Project layout (directory structure)
  2. setuptools and the setup.py file
  3. py.test for unit testing
  4. tox for testing standardization
  5. Sphinx for auto-generated HTML documentation
  6. TravisCI for continuous testing integration
  7. Wiki for documentation
  8. Readthedocs if possible

Setup demo project and screenshots

A nice and customizable cron field with great, easy to use UI.

Such a catchy teaser just calls for a screenshot.
(i.e. what's so fancy about this fancy cronfield? :trollface: Amaze us!)

The command "python setup.py test" exited with 1

Traceback (most recent call last):
  File "setup.py", line 45, in <module>
    test_suite='runtests.main',
  File "/opt/python/2.7.9/lib/python2.7/distutils/core.py", line 151, in setup
    dist.run_commands()
  File "/opt/python/2.7.9/lib/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/opt/python/2.7.9/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "/home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages/setuptools/command/test.py", line 142, in run
    self.with_project_on_sys_path(self.run_tests)
  File "/home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages/setuptools/command/test.py", line 121, in with_project_on_sys_path
    require('%s==%s' % (ei_cmd.egg_name, ei_cmd.egg_version))
  File "/home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages/pkg_resources/__init__.py", line 918, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages/pkg_resources/__init__.py", line 810, in resolve
    raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (Django 1.5.12 (/home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages), Requirement.parse('django==1.5'), set(['django-fancy-cronfield']))

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.