coretabs / happy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this ?

Corefun is a modern, tranparent, and open-source social media.

Why, isn't Facebook enough ?

Corefun, from its name, mainly aims to bring fun for the users!

We ain't competing, we just believe we are making things right.

How to run this ?

As with any other django project, you have to migrate the database and then run the server:

python manage.py migrate
python manage.py runserver --settings=happy.local_settings

runserver on localhost SSL:


python manage.py runserver_plus --cert-file /tmp/cert

  • to test social account login: replace 127.0.0.1 with localhost.

install requirments file : pip install -r requirements.txt

About

License:Apache License 2.0


Languages

Language:Python 99.3%Language:HTML 0.7%