https://github.com/developersociety/commonslibrary
The Campaigns Library
https://github.com/developersociety/commonslibrary
Last synced: 5 months ago
JSON representation
The Campaigns Library
- Host: GitHub
- URL: https://github.com/developersociety/commonslibrary
- Owner: developersociety
- License: bsd-3-clause
- Created: 2018-02-23T11:40:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-22T19:27:26.000Z (over 1 year ago)
- Last Synced: 2025-03-22T20:26:20.349Z (over 1 year ago)
- Language: Python
- Homepage: https://thecampaignslibrary.com
- Size: 3.08 MB
- Stars: 5
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=====================
The Campaigns Library
=====================
Development setup
=================
It's recommended you use `virtualenvwrapper `_
and `The Developer Society Dev Tools `_.
Presuming you are using those tools, getting started on this project is pretty straightforward:
.. code:: console
$ dev-clone commonslibrary
$ workon commonslibrary
$ make reset
You can now run the development server:
.. code:: console
$ python manage.py runserver