{"id":16602458,"url":"https://github.com/lnxpy/postern","last_synced_at":"2025-10-29T13:32:12.268Z","repository":{"id":41922856,"uuid":"225346322","full_name":"lnxpy/postern","owner":"lnxpy","description":":gear: Django-based Posting Blog","archived":false,"fork":false,"pushed_at":"2022-11-22T05:14:59.000Z","size":29287,"stargazers_count":9,"open_issues_count":4,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T01:51:16.518Z","etag":null,"topics":["blog","bootstrap4","django2","postern","python3","pythonanywhere","website"],"latest_commit_sha":null,"homepage":"https://lnxpy.pythonanywhere.com","language":"Python","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/lnxpy.png","metadata":{"files":{"readme":"README.md","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":"2019-12-02T10:22:00.000Z","updated_at":"2024-04-16T10:38:13.000Z","dependencies_parsed_at":"2023-01-21T21:02:50.961Z","dependency_job_id":null,"html_url":"https://github.com/lnxpy/postern","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/lnxpy%2Fpostern","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnxpy%2Fpostern/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnxpy%2Fpostern/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnxpy%2Fpostern/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lnxpy","download_url":"https://codeload.github.com/lnxpy/postern/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238832363,"owners_count":19538273,"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":["blog","bootstrap4","django2","postern","python3","pythonanywhere","website"],"created_at":"2024-10-12T00:22:15.844Z","updated_at":"2025-10-29T13:32:06.729Z","avatar_url":"https://github.com/lnxpy.png","language":"Python","readme":"# \u003cspan\u003e\u003cimg src=\"https://lnxpy.pythonanywhere.com/static/post/files/fav.png\" width=\"25px\"\u003e\u003c/span\u003e Postern Notebook ![Generic badge](https://img.shields.io/badge/Build-inprogress-\u003cCOLOR\u003e.svg) ![Generic badge](https://img.shields.io/badge/License-MIT-orange.svg) ![Generic badge](https://img.shields.io/badge/Language-python-yellow.svg) ![Generic badge](https://img.shields.io/badge/Framework-Django-green.svg)\n\nDjango-based project to store my events with you. Postern is basically a project with Worpress-like posting platform to store your stats and situations with your friends. In this journy, I'm going to show you how a tiny project gets bigger and bigger and how wonderful it goes on. You can also visit the Postern from [here](https://www.lnxpy.pythonanywhere.com).\n\n### Set it Up\nLet's take a look at how you can have this project on your local system. You just need to do exactly what I did. Be sure that you have already installed python\u003e3.6.\n\n### Clone it\n#### Linux\nLet's clone the original Postern and install it's requirements locally. Clone the Postern repository with the following command.\n\n    git clone https://github.com/lnxpy/postern.git\n\nNow, you just need to create a venv and install the requirements of Postern.\n\n### Create a Virtual Environment\n#### Linux\nInstall the pip3 package on your system with the following command on your `terminal`.\n\n    sudo apt-get install python3-pip\n\nNow, you need to install the `virtualenv` of python3 using `pip3` on your shell.\n    \n    sudo pip3 install virtualenv\n    \nIt's time to create a virtualenv and get ready for the next step. Fist, switch into the cloned directory to classify your project then create a venv locally.\n\n    cd postern\n    virtualenv -p /bin/python3.7 .venv\n    source .venv/bin/activate\n    \nNow, you've switched into your virtualenv which is `.venv`. Let's install the requirements.\n\n    pip install -r requirements.txt \n\n### Finally, Run it\n#### Linux\nBefore you could run it up, you need to create a database for your project. Use the following commands to create the sqlite database and get the first run of your project on your local system. Before you collect the database and run the project, be sure that `DEBUG` variable switched to `True`.\n\n    python manage.py migrate\n    python manage.py runserver\n\n### Preview\nNow, you should have something like this. You can change templates, add new views, add new features, and make it ready for the deployment on your specific server. Enjoy it.\n\n\u003ccenter\u003e\u003cimg src=\"https://github.com/lnxpy/postern/blob/master/shots/shot.jpeg\"\u003e\n\u003c/center\u003e\n\n### TODO list\n- [x] Creating the project\n- [x] Pushing my first commit to GitHub\n- [x] Primary changes\n- [x] Creating app\n- [x] Setting the URLs\n- [x] Upload the templates\n- [x] Designing the templates\n- [x] Getting ready for the deployments on the server\n- [x] Simple features for Postern (post structures and database development)\n- [ ] UI Compilations\n- [x] Getting ready for the **Great Celebration** 🎉🍰🥳\n\n### Thanks to..\n* [Django](https://djangoproject.com)\n* [Bootstrap](https://getbootstrap.com/)\n\n### Fork\nFork and develop are free for everyone. Be sure I'll check your push requests out.\n\n###### Made with :heart:\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flnxpy%2Fpostern","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flnxpy%2Fpostern","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flnxpy%2Fpostern/lists"}