mirror of
https://github.com/Rushilwiz/SkoolOS.git
synced 2025-04-16 02:10:19 -04:00
16 lines
305 B
ReStructuredText
16 lines
305 B
ReStructuredText
Django Web App
|
|
=============
|
|
|
|
Installing:
|
|
-------
|
|
Package the Django app and run it on a remote server, to get started,
|
|
run a
|
|
.. code-block:: python
|
|
pip3 install -r requirements.text
|
|
python manage.py makemigrations api
|
|
python manage.py makemigrations users
|
|
python manage.py migrate
|
|
|
|
Usage:
|
|
------
|