{"id":19739747,"url":"https://github.com/philipsahli/django-fastapp","last_synced_at":"2025-07-22T16:03:14.064Z","repository":{"id":12103395,"uuid":"14692308","full_name":"philipsahli/django-fastapp","owner":"philipsahli","description":null,"archived":false,"fork":false,"pushed_at":"2014-05-13T12:37:26.000Z","size":1100,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-10T19:46:12.164Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://sahli.net/software/django-fastapp/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/philipsahli.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-25T17:15:02.000Z","updated_at":"2014-05-13T12:37:26.000Z","dependencies_parsed_at":"2022-09-23T04:11:50.090Z","dependency_job_id":null,"html_url":"https://github.com/philipsahli/django-fastapp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philipsahli%2Fdjango-fastapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philipsahli%2Fdjango-fastapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philipsahli%2Fdjango-fastapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/philipsahli%2Fdjango-fastapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/philipsahli","download_url":"https://codeload.github.com/philipsahli/django-fastapp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241068268,"owners_count":19903997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T01:18:15.817Z","updated_at":"2025-02-27T22:28:12.387Z","avatar_url":"https://github.com/philipsahli.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"==============\ndjango-fastapp\n==============\n\ndjango-fastapp is a reusable Django app which lets you prototype apps in the browser with client- and server-side elements.\n\nInstallation\n------------\n\nAdd fastapp to settings.INSTALLED_APPS\n\n::\n\n\t\"fastapp\",\n\nInstall required modules\n\n::\n\n\tpip install django-fastapp\n\nAdd fastapp to your urls.py\n\n::\n\n\t(\"^fastapp/\", include(\"fastapp.urls\")),\n\nRealtime Client-Server communication (http://pusher.com/)\n\n::\n\n\t# pusher for websockets\n\tPUSHER_KEY = \"xxxxxxx\"\n\tPUSHER_SECRET = \"xxxxxx\"\n\tPUSHER_APP_ID = \"xxxxxx\"\n\nStorages\n--------\n\nDropbox\n~~~~~~~\n\nAdd DROPBOX_CONSUMER_KEY and DROPBOX_CONSUMER_SECRET to your settings.py\n\n::\n\n\t# django-fastapp\n\tDROPBOX_CONSUMER_KEY = \"xxxxxx\"\n\tDROPBOX_CONSUMER_SECRET = \"xxxxxx\"\n\tDROPBOX_REDIRECT_URL = \"http://localhost:8000\"\n\n\nUsage\n-----\n\n- Read https://sahli.net/software/django-fastapp\n- Visit http://localhost/fastapp","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilipsahli%2Fdjango-fastapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphilipsahli%2Fdjango-fastapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphilipsahli%2Fdjango-fastapp/lists"}