A small bookmark application similar to Delicious or Pinboard.
This app is based on the django-marcador Tutorial of Markus Zapke-Gründemann.
tbd
tbd
- Access main site under http://127.0.0.1:8000/, admin site under http://127.0.0.1:8000/admin/
A list of useful commands. Run with python manage.py <command>
from site
directory.
Command | Description |
---|---|
runserver |
Start dev web server on the local machine |
makemigrations <appname> |
Create new migrations based on models changes |
migrate |
Apply/unapply migrations and list their status |
createsuperuser |
Create a superuser |
tbd
tbd
tbd
Except of small adjustments and my documentation, the platform is based on the django-marcador Tutorial of Markus Zapke-Gründemann.
The licence of the original source code applies to this repository as well: LICENSE.
Styleguides, best practices & templates used:
- for Commits: Udacity Git Commit Message Style Guide
- for Django: Two Scoops of Django - Best Practices for Django 1.8
- for .gitignore: GitHub .gitignore template fro Python
- for Markdown: Remark rules