https://github.com/alphax86/neox
Repo for hack solution
https://github.com/alphax86/neox
Last synced: 2 months ago
JSON representation
Repo for hack solution
- Host: GitHub
- URL: https://github.com/alphax86/neox
- Owner: alphaX86
- License: gpl-3.0
- Created: 2020-06-13T05:48:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-18T09:40:11.000Z (about 6 years ago)
- Last Synced: 2025-01-06T13:37:36.346Z (over 1 year ago)
- Language: Python
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NeoX
This project is for demonstrating the basics of the Django framework in Python
## Prerequisites
1.Python 3.6 or later
2.Django
## Installation guide
Assuming that Python 3.6 or later has been installed, Django can be installed using the pip command, so type the following command to install Django
pip install django
Then after that, download the repository and extact the zip files
## Installing grappelli admin theme
I've used grappelli for the admin UI, so type the foll in cmd
pip3 install django-grappelli
Else, the deploy server won't work properly
Finally run the command,
For macOS/Linux:
python3 manage.py runserver
For Windows:
py -3 manage.py runserver
The server should be running in background, then go to the link [server](http://127.0.0.1:8000) **This is for normal view**
## Bypass Links
If you've started the server and running on your system, click the link below to go to the point directly!
[Admin](http://127.0.0.1/admin)
Admin privilege access:
**UserID**:admin
**Password**:admin
**This is just for adding books, users, groups etc**
### Note
I didn't publish my web app using Heroku due to some issues in my system! So, it works only as a local web app