KeloDraken / Frukost

A myspace clone

Home Page:https://aquilo.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChafPozi

Structure

Codebase Description
vetkoek Python API

Branches

  • development -> pr this branch for everything
  • master -> don't touch, this is what's running in prod

Contributions

ChafPozi is open to contributions, but I recommend creating an issue or replying in a comment to let me know what you are working on first that way we don't overwrite each other.

To get started working on ChafPozi, please follow the instructions

$ git clone https://github.com/KeloDraken/ChafPozi/
$ cd ChafPozi
$ virtualenv env
$ source env/bin/activate
$ pip3 install -r requirements.txt
$ python3 manage.py makemigrations
$ python3 manage.py migrate
$ python3 manage.py runserver

Code of Conduct

Please read CODE_OF_CONDUCT.md for details on our code of conduct.

How to run locally

About

A myspace clone

https://aquilo.pythonanywhere.com/

License:GNU General Public License v3.0


Languages

Language:Python 61.3%Language:HTML 38.7%