Skip to main content

An simple academic platform

Project description

Paperlayer

Paperlayer is a platform that enables academics to come together in their new projects using Dajngo app.

Detailed documentation is in the github directory. (https://github.com/bounswe/bounswe2020group3/wiki)

Quick start

  1. Add "paperlayer" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ... 'paperlayer', ]

  2. Include the polls URLconf in your project urls.py like this::

    path('', include('paperlayer.backend.urls')),

  3. Run python manage.py migrate to create the paperlayer models.

  4. Run python manage.py createsuperuserto create new admin user.

  5. Start the development server and visit http://127.0.0.1:8000/swagger/ to see all APIs.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-paperlayer-1.3.tar.gz (36.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page