Giter Site home page Giter Site logo

iyanuashiri / meethub Goto Github PK

View Code? Open in Web Editor NEW
439.0 24.0 50.0 7.57 MB

This is a Python/Django based event management system. A meetup clone.

Home Page: https://themeethub.herokuapp.com

License: MIT License

Python 83.17% HTML 16.66% JavaScript 0.17%
django django-rest-framework django-application event-management python3

meethub's People

Contributors

codacy-badger avatar dependabot[bot] avatar iyanuashiri avatar spaasis avatar

Stargazers

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

Watchers

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

meethub's Issues

Improve screenshots

Hi,

Cool project! Nice to have alternatives to event management sites like meetup.

The screenshots in the README currently show the Ubuntu UI in addition to the demo site. Please consider replacing them with full-screen views of the site instead. You seem to be using Firefox, so Firefox's own tool to screenshot full pages is an option.

Server does not run with python2, requires 'factory'

~/Temp/meethub$ python manage.py runserver
  File "manage.py", line 14
    ) from exc
         ^
SyntaxError: invalid syntax

Using Python3 it results:

~/Temp/meethub$ python3 manage.py runserver
Unhandled exception in thread started by <function check_errors.<locals>.wrapper at 0x7ffa9a5c3378>
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/django/utils/autoreload.py", line 225, in wrapper
    fn(*args, **kwargs)
  File "/usr/local/lib/python3.5/dist-packages/django/core/management/commands/runserver.py", line 112, in inner_run
    autoreload.raise_last_exception()
  File "/usr/local/lib/python3.5/dist-packages/django/utils/autoreload.py", line 248, in raise_last_exception
    raise _exception[1]
  File "/usr/local/lib/python3.5/dist-packages/django/core/management/__init__.py", line 327, in execute
    autoreload.check_errors(django.setup)()
  File "/usr/local/lib/python3.5/dist-packages/django/utils/autoreload.py", line 225, in wrapper
    fn(*args, **kwargs)
  File "/usr/local/lib/python3.5/dist-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/usr/local/lib/python3.5/dist-packages/django/apps/registry.py", line 89, in populate
    app_config = AppConfig.create(entry)
  File "/usr/local/lib/python3.5/dist-packages/django/apps/config.py", line 90, in create
    module = import_module(entry)
  File "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 986, in _gcd_import
  File "<frozen importlib._bootstrap>", line 969, in _find_and_load
  File "<frozen importlib._bootstrap>", line 956, in _find_and_load_unlocked
ImportError: No module named 'factory'

After installation of factory module :

~/Temp/meethub$ pip3 install factory /usr/local/lib/python3.5/dist-packages/pip/_vendor/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown. warnings.warn(warning, RequestsDependencyWarning) Requirement already satisfied: factory in /usr/local/lib/python3.5/dist-packages (1.2)
Still it is looking for "factory" module

Can you tell me how to install on Local(Macbook).

Hello.
I'm japanese.
I'm a begginer of django & python.
Can you tell me how to install on Local(Macbook).
Can you tell me how to use Meethub on Local(Macbook).
I want to use Mysql which already installed.
I have already install python & django.

$ git clone
$ git clone [email protected]:iyanuashiri/meethub.git
$ cd meethub
$ pip install -r requirements.txt
mysql> CREATE DATABASE meethub CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.mysql',
        'NAME': 'meethub',
        'USER': 'root',
        'PASSWORD': '***',
        'HOST': 'localhost',   # Or an IP Address that your DB is hosted on
        'PORT': '3306',
    }
}

error output

$ python manage.py makemigration
KeyError: 'CLOUD_NAME'

During handling of the above exception, another exception occurred:`

Add a roadmap

I think a roadmap of planned and upcoming features would be great for potential outside contributors such as myself. Maybe just start laying out ideas and features (as issues here or something like that) you have been thinking about implementing and see where it goes from there? I believe this would make contributing a lot easier.

A Contibuting-guide would also be great.

TODO: Add Rest API

I would like to help further this project by building the Rest API endpoints using the Django Rest Framework. Let me know what you think.

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.